* nss-security-provider.patch + revert recent changes making NSS provider the default one + fixes bsc#1190252 OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-17-openjdk?expand=0&rev=31
11 lines
464 B
Diff
11 lines
464 B
Diff
--- openjdk/src/java.base/share/conf/security/java.security 2021-03-16 07:15:49.798093653 +0100
|
|
+++ openjdk/src/java.base/share/conf/security/java.security 2021-03-16 11:38:01.416893125 +0100
|
|
@@ -78,6 +78,7 @@ security.provider.tbd=SunMSCAPI
|
|
security.provider.tbd=Apple
|
|
#endif
|
|
security.provider.tbd=SunPKCS11
|
|
+#security.provider.tbd=SunPKCS11 ${java.home}/lib/security/nss.cfg
|
|
|
|
#
|
|
# A list of preferred providers for specific algorithms. These providers will
|