Skip to content

Commit 6daa538

Browse files
franferraxmartinuy
authored andcommitted
RH2048582: Support PKCS#12 keystores (#2)
* RH2048582: Support PKCS#12 keystores v16 This is superseded by 8301553: "Support Password-Based Cryptography in SunPKCS11" upstream Algorithms are now available both in and out of FIPS mode, as upstream * Change default keystore type for FIPS Align it with the non-FIPS keystore type (pkcs12) now that it is supported Co-authored-by: Martin Balao <[email protected]> Reviewed-by: @gnu-andrew
1 parent f7f1fe5 commit 6daa538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/conf/security/java.security

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ keystore.type=pkcs12
308308
#
309309
# Default keystore type used when global crypto-policies are set to FIPS.
310310
#
311-
fips.keystore.type=PKCS11
311+
fips.keystore.type=pkcs12
312312

313313
#
314314
# Controls compatibility mode for JKS and PKCS12 keystore types.

0 commit comments

Comments
 (0)