Skip to content

Commit a96de29

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

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

599599
# jdk_security
600600

601-
sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all
602-
603601
sun/security/smartcardio/TestChannel.java 8039280 generic-all
604602
sun/security/smartcardio/TestConnect.java 8039280 generic-all
605603
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)