mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8190229: Non-ASCII characters in java.security file after 8186093
Reviewed-by: weijun
This commit is contained in:
parent
f61a078bd2
commit
6b802a9513
2 changed files with 6 additions and 6 deletions
|
@ -814,14 +814,14 @@ jdk.tls.legacyAlgorithms= \
|
||||||
# limited: These policy files contain more restricted cryptographic
|
# limited: These policy files contain more restricted cryptographic
|
||||||
# strengths
|
# 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
|
# 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.
|
# policy is still available and may be appropriate for your environment.
|
||||||
#
|
#
|
||||||
# If you have restrictions that do not fit either use case mentioned
|
# If you have restrictions that do not fit either use case mentioned
|
||||||
# above, Java provides the capability to customize these policy files.
|
# 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.
|
# within <java-home>/conf/security/policy/ which can be customized.
|
||||||
# Please see the <java-home>/conf/security/policy/README.txt file or consult
|
# Please see the <java-home>/conf/security/policy/README.txt file or consult
|
||||||
# the Java Security Guide/JCA documentation for more information.
|
# the Java Security Guide/JCA documentation for more information.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
Import and export control rules on cryptographic software vary from
|
Import and export control rules on cryptographic software vary from
|
||||||
country to country. The Java Cryptography Extension (JCE) architecture
|
country to country. The Java Cryptography Extension (JCE) architecture
|
||||||
allows flexible cryptographic key strength to be configured via the
|
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.
|
security property in the <java-home>/conf/security/java.security file.
|
||||||
|
|
||||||
By default, Java provides two different sets of cryptographic policy
|
By default, Java provides two different sets of cryptographic policy
|
||||||
|
@ -20,8 +20,8 @@ files:
|
||||||
limited: These policy files contain more restricted cryptographic
|
limited: These policy files contain more restricted cryptographic
|
||||||
strengths
|
strengths
|
||||||
|
|
||||||
These files reside in <java-home>/conf/security/policy in the “unlimited”
|
These files reside in <java-home>/conf/security/policy in the "unlimited"
|
||||||
or “limited” subdirectories respectively.
|
or "limited" subdirectories respectively.
|
||||||
|
|
||||||
Each subdirectory contains a complete policy configuration,
|
Each subdirectory contains a complete policy configuration,
|
||||||
and subdirectories can be added/edited/removed to reflect your
|
and subdirectories can be added/edited/removed to reflect your
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue