Skip to content

Commit fc7650f

Browse files
committed
8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with ProviderException
Backport-of: 939d7c5d8466f9e392beae2947a494ac28695cc1
1 parent d760d9d commit fc7650f

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
@@ -630,8 +630,6 @@ com/sun/nio/sctp/SctpChannel/SocketOptionTests.java 8141694 linux-al
630630

631631
# jdk_security
632632

633-
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all
634-
635633
javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64
636634

637635
sun/security/smartcardio/TestChannel.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)