Skip to content

Commit

Permalink
8161536: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails w…
Browse files Browse the repository at this point in the history
…ith ProviderException

Backport-of: 939d7c5d8466f9e392beae2947a494ac28695cc1
  • Loading branch information
GoeLin committed Nov 7, 2023
1 parent f35d6dd commit f5756bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ com/sun/nio/sctp/SctpChannel/SocketOptionTests.java 8141694 linux-al

# jdk_security

sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java 8161536 generic-all

javax/net/ssl/DTLS/CipherSuite.java 8202059 macosx-x64

sun/security/smartcardio/TestChannel.java 8039280 generic-all
Expand Down
4 changes: 2 additions & 2 deletions test/jdk/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java
Original file line number Diff line number Diff line change
@@ -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.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -37,7 +37,7 @@
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
* ClientJSSEServerJSSE
* @run main/othervm -Djdk.tls.namedGroups="secp256r1,sect193r1"
* ClientJSSEServerJSSE sm policy
* -Djava.security.manager=allow ClientJSSEServerJSSE sm policy
*/

import java.security.Provider;
Expand Down

0 comments on commit f5756bc

Please sign in to comment.