Skip to content

Commit 939d7c5

Browse files
author
Rajan Halade
committed
8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with ProviderException
Reviewed-by: mullan
1 parent ebe3127 commit 939d7c5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/jdk/ProblemList.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,6 @@ com/sun/nio/sctp/SctpChannel/SocketOptionTests.java 8141694 linux-al
582582

583583
# jdk_security
584584

585-
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all
586-
587585
sun/security/smartcardio/TestChannel.java 8039280 generic-all
588586
sun/security/smartcardio/TestConnect.java 8039280 generic-all
589587
sun/security/smartcardio/TestConnectAgain.java 8039280 generic-all

test/jdk/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -37,7 +37,7 @@
3737
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
3838
* ClientJSSEServerJSSE
3939
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
40-
* ClientJSSEServerJSSE sm policy
40+
* -Djava.security.manager=allow ClientJSSEServerJSSE sm policy
4141
*/
4242

4343
import java.security.Provider;

0 commit comments

Comments
 (0)