jdk/test/javax/net/ssl/TLS/TLSRehandshakeWithCipherChangeTest.java
changeset 42338 a60f280f803c
parent 40949 be7a612613ae
child 45288 58be10a068c2
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    27  * @summary Testing TLS engines re-handshaking with cipher change. New cipher
    27  * @summary Testing TLS engines re-handshaking with cipher change. New cipher
    28  *          is taken randomly from the supporetd ciphers list.
    28  *          is taken randomly from the supporetd ciphers list.
    29  * @key randomness
    29  * @key randomness
    30  * @library /sun/security/krb5/auto /lib/testlibrary /javax/net/ssl/TLSCommon
    30  * @library /sun/security/krb5/auto /lib/testlibrary /javax/net/ssl/TLSCommon
    31  * @modules java.security.jgss
    31  * @modules java.security.jgss
       
    32  *          java.security.jgss/sun.security.krb5:+open
       
    33  *          java.security.jgss/sun.security.krb5.internal:+open
       
    34  *          java.security.jgss/sun.security.krb5.internal.ccache
    32  *          java.security.jgss/sun.security.krb5.internal.crypto
    35  *          java.security.jgss/sun.security.krb5.internal.crypto
    33  *          java.security.jgss/sun.security.krb5.internal.ktab
    36  *          java.security.jgss/sun.security.krb5.internal.ktab
    34  *          java.security.jgss/sun.security.krb5
       
    35  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    36  *          java.security.jgss/sun.security.krb5.internal
       
    37  *          java.base/sun.security.util
    37  *          java.base/sun.security.util
    38  * @run main/othervm -Dtest.security.protocol=TLS TLSRehandshakeWithCipherChangeTest
    38  * @run main/othervm -Dtest.security.protocol=TLS TLSRehandshakeWithCipherChangeTest
    39  */
    39  */
    40 
    40 
    41 /**
    41 /**