8190229: Non-ASCII characters in java.security file after 8186093
Reviewed-by: weijun
This commit is contained in:
parent
f61a078bd2
commit
6b802a9513
src/java.base/share/conf/security
@ -814,14 +814,14 @@ jdk.tls.legacyAlgorithms= \
|
||||
# limited: These policy files contain more restricted cryptographic
|
||||
# strengths
|
||||
#
|
||||
# The default setting is determined by the value of the “crypto.policy”
|
||||
# The default setting is determined by the value of the "crypto.policy"
|
||||
# Security property below. If your country or usage requires the
|
||||
# traditional restrictive policy, the “limited” Java cryptographic
|
||||
# traditional restrictive policy, the "limited" Java cryptographic
|
||||
# policy is still available and may be appropriate for your environment.
|
||||
#
|
||||
# If you have restrictions that do not fit either use case mentioned
|
||||
# above, Java provides the capability to customize these policy files.
|
||||
# The “crypto.policy” security property points to a subdirectory
|
||||
# The "crypto.policy" security property points to a subdirectory
|
||||
# within <java-home>/conf/security/policy/ which can be customized.
|
||||
# Please see the <java-home>/conf/security/policy/README.txt file or consult
|
||||
# the Java Security Guide/JCA documentation for more information.
|
||||
|
@ -8,7 +8,7 @@
|
||||
Import and export control rules on cryptographic software vary from
|
||||
country to country. The Java Cryptography Extension (JCE) architecture
|
||||
allows flexible cryptographic key strength to be configured via the
|
||||
jurisdiction policy files which are referenced by the “crypto.policy”
|
||||
jurisdiction policy files which are referenced by the "crypto.policy"
|
||||
security property in the <java-home>/conf/security/java.security file.
|
||||
|
||||
By default, Java provides two different sets of cryptographic policy
|
||||
@ -20,8 +20,8 @@ files:
|
||||
limited: These policy files contain more restricted cryptographic
|
||||
strengths
|
||||
|
||||
These files reside in <java-home>/conf/security/policy in the “unlimited”
|
||||
or “limited” subdirectories respectively.
|
||||
These files reside in <java-home>/conf/security/policy in the "unlimited"
|
||||
or "limited" subdirectories respectively.
|
||||
|
||||
Each subdirectory contains a complete policy configuration,
|
||||
and subdirectories can be added/edited/removed to reflect your
|
||||
|
Loading…
x
Reference in New Issue
Block a user