test/jdk/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
child 51460 97e361fe3433
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2018, 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.
    29 /*
    29 /*
    30  * @test
    30  * @test
    31  * @bug 6405536
    31  * @bug 6405536
    32  * @summary Verify that all ciphersuites work (incl. ECC using NSS crypto)
    32  * @summary Verify that all ciphersuites work (incl. ECC using NSS crypto)
    33  * @author Andreas Sterbenz
    33  * @author Andreas Sterbenz
    34  * @library ..
    34  * @library .. ../../../../javax/net/ssl/TLSCommon
    35  * @library ../../../../java/security/testlibrary
    35  * @library ../../../../java/security/testlibrary
    36  * @modules jdk.crypto.cryptoki
    36  * @modules jdk.crypto.cryptoki
    37  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
    37  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
    38  *      ClientJSSEServerJSSE
    38  *      ClientJSSEServerJSSE
    39  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
    39  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"