Skip to content

Commit

Permalink
Update Java Restricted Security Mode comment in java.security
Browse files Browse the repository at this point in the history
The Java Restricted Security Mode comment in java.security file
should be presented on all platforms that have either NSS FIPS
140-2 or OpenJCEPlus FIPS 140-3 supported.

Signed-off-by: Tao Liu <[email protected]>
  • Loading branch information
taoliult committed Jan 25, 2024
1 parent e7ef92a commit 2f5cd53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/java.base/share/conf/security/java.security
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ security.provider.tbd=Apple
#endif
security.provider.tbd=SunPKCS11

#if defined linux-x86 || defined linux-ppc || defined linux-s390
#if defined aix-ppc || defined linux-ppc || defined linux-s390 || defined linux-x86 || defined windows
#
# Java Restricted Security Mode
#
#endif
#if defined linux-ppc || defined linux-s390 || defined linux-x86
RestrictedSecurity.NSS.140-2.desc.name = Red Hat Enterprise Linux 8 NSS Cryptographic Module FIPS 140-2
RestrictedSecurity.NSS.140-2.desc.default = true
RestrictedSecurity.NSS.140-2.desc.fips = true
Expand Down

0 comments on commit 2f5cd53

Please sign in to comment.