8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with ProviderException
Reviewed-by: mullan
This commit is contained in:
parent
ebe3127734
commit
939d7c5d84
@ -582,8 +582,6 @@ com/sun/nio/sctp/SctpChannel/SocketOptionTests.java 8141694 linux-al
|
|||||||
|
|
||||||
# jdk_security
|
# jdk_security
|
||||||
|
|
||||||
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all
|
|
||||||
|
|
||||||
sun/security/smartcardio/TestChannel.java 8039280 generic-all
|
sun/security/smartcardio/TestChannel.java 8039280 generic-all
|
||||||
sun/security/smartcardio/TestConnect.java 8039280 generic-all
|
sun/security/smartcardio/TestConnect.java 8039280 generic-all
|
||||||
sun/security/smartcardio/TestConnectAgain.java 8039280 generic-all
|
sun/security/smartcardio/TestConnectAgain.java 8039280 generic-all
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2002, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -37,7 +37,7 @@
|
|||||||
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
|
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
|
||||||
* ClientJSSEServerJSSE
|
* ClientJSSEServerJSSE
|
||||||
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
|
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
|
||||||
* ClientJSSEServerJSSE sm policy
|
* -Djava.security.manager=allow ClientJSSEServerJSSE sm policy
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.security.Provider;
|
import java.security.Provider;
|
||||||
|
Loading…
Reference in New Issue
Block a user