Skip to content

Commit f724797

Browse files
committed
we do need these
1 parent c9b59e4 commit f724797

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sdk/src/test/java.security.fips.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
securerandom.strongAlgorithms=NativePRNGBlocking:SUN
27

38
security.provider.1=org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider

0 commit comments

Comments
 (0)