jdk/test/javax/net/ssl/TLS/TLSMFLNTest.java
changeset 40949 be7a612613ae
parent 31082 564165d013bb
child 42338 a60f280f803c
equal deleted inserted replaced
40948:5869c625afaa 40949:be7a612613ae
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    26  * @bug 8085979
    26  * @bug 8085979
    27  * @summary Testing TLS engines handshake using each of the supported
    27  * @summary Testing TLS engines handshake using each of the supported
    28  *          cipher suites with different maximum fragment length. Testing of
    28  *          cipher suites with different maximum fragment length. Testing of
    29  *          MFLN extension.
    29  *          MFLN extension.
    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
       
    32  *          jdk.security.auth
       
    33  *          java.security.jgss/sun.security.krb5.internal.crypto
       
    34  *          java.security.jgss/sun.security.krb5.internal.ktab
       
    35  *          java.security.jgss/sun.security.krb5
       
    36  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    37  *          java.security.jgss/sun.security.krb5.internal
       
    38  *          java.base/sun.security.util
    31  * @run main/othervm -Dtest.security.protocol=TLS -Dtest.mode=norm TLSMFLNTest
    39  * @run main/othervm -Dtest.security.protocol=TLS -Dtest.mode=norm TLSMFLNTest
    32  * @run main/othervm -Dtest.security.protocol=TLS -Dtest.mode=norm_sni TLSMFLNTest
    40  * @run main/othervm -Dtest.security.protocol=TLS -Dtest.mode=norm_sni TLSMFLNTest
    33  * @run main/othervm -Dtest.security.protocol=TLS -Dtest.mode=krb TLSMFLNTest
    41  * @run main/othervm -Dtest.security.protocol=TLS -Dtest.mode=krb TLSMFLNTest
    34  */
    42  */
    35 
    43