test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java
changeset 50768 68fa3d4026ea
parent 47216 71c04702a3d5
equal deleted inserted replaced
50767:356eaea05bf0 50768:68fa3d4026ea
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4948079
    26  * @bug 4948079
    27  * @summary SSLEngineResult needs updating [none yet]
    27  * @summary SSLEngineResult needs updating [none yet]
    28  *
    28  * @ignore the dependent implementation details are changed
    29  * This is a simple hack to test a bunch of conditions and check
       
    30  * their return codes.
       
    31  *
       
    32  * @run main/othervm -Djsse.enableCBCProtection=false CheckStatus
    29  * @run main/othervm -Djsse.enableCBCProtection=false CheckStatus
    33  *
    30  *
    34  * @author Brad Wetmore
    31  * @author Brad Wetmore
    35  */
    32  */
    36 
    33 
       
    34 /*
       
    35  * This is a simple hack to test a bunch of conditions and check
       
    36  * their return codes.
       
    37  */
    37 import javax.net.ssl.*;
    38 import javax.net.ssl.*;
    38 import javax.net.ssl.SSLEngineResult.*;
    39 import javax.net.ssl.SSLEngineResult.*;
    39 import java.io.*;
    40 import java.io.*;
    40 import java.security.*;
    41 import java.security.*;
    41 import java.nio.*;
    42 import java.nio.*;