< prev index next >

test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 8133632 * @summary javax.net.ssl.SSLEngine does not properly handle received * SSL fatal alerts + * @ignore the dependent implementation details are changed * @run main/othervm EngineCloseOnAlert */ import java.io.FileInputStream; import java.io.IOException;
< prev index next >