jdk/test/javax/net/ssl/DTLSv10/DTLSv10HandshakeTest.java
changeset 40949 be7a612613ae
parent 31057 babdeee3c007
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.
    25  * @test
    25  * @test
    26  * @bug 8043758
    26  * @bug 8043758
    27  * @summary Testing DTLS engines handshake using each of the supported
    27  * @summary Testing DTLS engines handshake using each of the supported
    28  *          cipher suites.
    28  *          cipher suites.
    29  * @library /sun/security/krb5/auto /javax/net/ssl/TLSCommon
    29  * @library /sun/security/krb5/auto /javax/net/ssl/TLSCommon
       
    30  * @modules java.security.jgss
       
    31  *          jdk.security.auth
       
    32  *          java.security.jgss/sun.security.krb5
       
    33  *          java.security.jgss/sun.security.krb5.internal.crypto
       
    34  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    35  *          java.security.jgss/sun.security.krb5.internal
       
    36  *          java.security.jgss/sun.security.krb5.internal.ktab
       
    37  *          java.base/sun.security.util
    30  * @run main/othervm -Dtest.security.protocol=DTLSv1.0
    38  * @run main/othervm -Dtest.security.protocol=DTLSv1.0
    31  *      -Dtest.mode=norm DTLSv10HandshakeTest
    39  *      -Dtest.mode=norm DTLSv10HandshakeTest
    32  * @run main/othervm -Dtest.security.protocol=DTLSv1.0
    40  * @run main/othervm -Dtest.security.protocol=DTLSv1.0
    33  *      -Dtest.mode=norm_sni DTLSv10HandshakeTest
    41  *      -Dtest.mode=norm_sni DTLSv10HandshakeTest
    34  * @run main/othervm -Dtest.security.protocol=DTLSv1.0
    42  * @run main/othervm -Dtest.security.protocol=DTLSv1.0