We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b59e4 commit f724797Copy full SHA for f724797
1 file changed
sdk/src/test/java.security.fips.test
@@ -1,3 +1,8 @@
1
+# the default for these is usually SunX509 but BC doesn't
2
+# support them. tell it to use PKIX instead which is supported by BC
3
+ssl.KeyManagerFactory.algorithm=PKIX
4
+ssl.TrustManagerFactory.algorithm=PKIX
5
+
6
securerandom.strongAlgorithms=NativePRNGBlocking:SUN
7
8
security.provider.1=org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider
0 commit comments