Skip to content

Commit 35fd936

Browse files
committedMar 5, 2025
Use correct full classname of SunJSSE provider
In Java 11, the full classname of the SunJSSE provider is different compared to later versions. The classname is updated to the correct one for this version. Signed-off-by: Kostas Tsiounis <[email protected]>
1 parent 0de317a commit 35fd936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎closed/test/jdk/openj9/internal/security/constraints-java.security

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
RestrictedSecurity.TestConstraints.Version.desc.name = Test Base Profile
2222
RestrictedSecurity.TestConstraints.Version.desc.default = false
2323
RestrictedSecurity.TestConstraints.Version.desc.fips = false
24-
RestrictedSecurity.TestConstraints.Version.desc.hash = SHA256:235727d782ff9e04d875627c694d509b758ed7c037eaf5aed8dcd014f2602af2
24+
RestrictedSecurity.TestConstraints.Version.desc.hash = SHA256:ee4d544adefe3f0ed4afe061f43648fd616ba802694bd6cb1918d0a4dd2e7716
2525
RestrictedSecurity.TestConstraints.Version.desc.number = Certificate #XXX
2626
RestrictedSecurity.TestConstraints.Version.desc.policy =
2727
RestrictedSecurity.TestConstraints.Version.fips.mode = test
@@ -65,7 +65,7 @@ RestrictedSecurity.TestConstraints.Version.jce.provider.3 = com.sun.crypto.provi
6565
{SecretKeyFactory, PBEWithMD5AndDES, *, ModuleAndFullClassName:java.base/sun.security.pkcs12.PKCS12KeyStore}, \
6666
{Cipher, PBEWithHmacSHA256AndAES_256, *, ModuleAndFullClassName:java.base/sun.security.pkcs12.PKCS12KeyStore}, \
6767
{Mac, HmacPBESHA256, *, ModuleAndFullClassName:java.base/sun.security.pkcs12.PKCS12KeyStore}]
68-
RestrictedSecurity.TestConstraints.Version.jce.provider.4 = sun.security.ssl.SunJSSE [ \
68+
RestrictedSecurity.TestConstraints.Version.jce.provider.4 = com.sun.net.ssl.internal.ssl.Provider [ \
6969
{KeyManagerFactory, SunX509, *, FullClassName:TestConstraintsSuccess}, \
7070
{TrustManagerFactory, SunX509, *, FullClassName:TestConstraintsSuccess}, \
7171
{SSLContext, TLSv1.3, *, FullClassName:TestConstraintsSuccess}]

0 commit comments

Comments
 (0)
Please sign in to comment.