jdk/test/javax/net/ssl/TLSv11/TLSRehandshakeWithDataExTest.java
changeset 42338 a60f280f803c
parent 40949 be7a612613ae
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    28  *          cipher suites with application data exchange before and after
    28  *          cipher suites with application data exchange before and after
    29  *          re-handshake and closing of the engines.
    29  *          re-handshake and closing of the engines.
    30  * @library /sun/security/krb5/auto /javax/net/ssl/TLSCommon
    30  * @library /sun/security/krb5/auto /javax/net/ssl/TLSCommon
    31  * @modules java.security.jgss
    31  * @modules java.security.jgss
    32  *          jdk.security.auth
    32  *          jdk.security.auth
    33  *          java.security.jgss/sun.security.krb5
    33  *          java.security.jgss/sun.security.krb5:+open
       
    34  *          java.security.jgss/sun.security.krb5.internal:+open
       
    35  *          java.security.jgss/sun.security.krb5.internal.ccache
    34  *          java.security.jgss/sun.security.krb5.internal.crypto
    36  *          java.security.jgss/sun.security.krb5.internal.crypto
    35  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    36  *          java.security.jgss/sun.security.krb5.internal
       
    37  *          java.security.jgss/sun.security.krb5.internal.ktab
    37  *          java.security.jgss/sun.security.krb5.internal.ktab
    38  *          java.base/sun.security.util
    38  *          java.base/sun.security.util
    39  * @run main/othervm -Dtest.security.protocol=TLSv1.1 -Dtest.mode=norm TLSRehandshakeWithDataExTest
    39  * @run main/othervm -Dtest.security.protocol=TLSv1.1 -Dtest.mode=norm TLSRehandshakeWithDataExTest
    40  * @run main/othervm -Dtest.security.protocol=TLSv1.1 -Dtest.mode=norm_sni TLSRehandshakeWithDataExTest
    40  * @run main/othervm -Dtest.security.protocol=TLSv1.1 -Dtest.mode=norm_sni TLSRehandshakeWithDataExTest
    41  * @run main/othervm -Dtest.security.protocol=TLSv1.1 -Dtest.mode=krb TLSRehandshakeWithDataExTest
    41  * @run main/othervm -Dtest.security.protocol=TLSv1.1 -Dtest.mode=krb TLSRehandshakeWithDataExTest