test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8133632
    26  * @bug 8133632
    27  * @summary javax.net.ssl.SSLEngine does not properly handle received
    27  * @summary javax.net.ssl.SSLEngine does not properly handle received
    28  * SSL fatal alerts
    28  *      SSL fatal alerts
       
    29  * @ignore the dependent implementation details are changed
    29  * @run main/othervm EngineCloseOnAlert
    30  * @run main/othervm EngineCloseOnAlert
    30  */
    31  */
    31 
    32 
    32 import java.io.FileInputStream;
    33 import java.io.FileInputStream;
    33 import java.io.IOException;
    34 import java.io.IOException;