test/jdk/sun/security/ec/TestEC.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
child 51461 58d7aa066071
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 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.
    32  * @summary  Provide out-of-the-box support for ECC algorithms
    32  * @summary  Provide out-of-the-box support for ECC algorithms
    33  * @library ../pkcs11
    33  * @library ../pkcs11
    34  * @library ../pkcs11/ec
    34  * @library ../pkcs11/ec
    35  * @library ../pkcs11/sslecc
    35  * @library ../pkcs11/sslecc
    36  * @library ../../../java/security/testlibrary
    36  * @library ../../../java/security/testlibrary
       
    37  * @library ../../../javax/net/ssl/TLSCommon
    37  * @modules jdk.crypto.cryptoki/sun.security.pkcs11.wrapper
    38  * @modules jdk.crypto.cryptoki/sun.security.pkcs11.wrapper
    38  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    39  * @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    39  * @run main/othervm/java.security.policy=TestEC.policy -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    40  * @run main/othervm/java.security.policy=TestEC.policy -Djdk.tls.namedGroups="secp256r1,sect193r1" TestEC
    40  */
    41  */
    41 
    42