File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/java.base/share/conf/security Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,10 @@ sun.security.krb5.maxReferrals=5
535
535
# denyAfter YYYY-MM-DD
536
536
#
537
537
# UsageConstraint:
538
- # usage [TLSServer] [TLSClient] [SignedJAR]
538
+ # usage UsageType { UsageType }
539
+ #
540
+ # UsageType:
541
+ # TLSServer | TLSClient | SignedJAR
539
542
#
540
543
# IncludeProperty:
541
544
# include <security property>
@@ -598,9 +601,9 @@ sun.security.krb5.maxReferrals=5
598
601
# use the following: "RSA keySize == 2048 & denyAfter 2020-02-03"
599
602
#
600
603
# UsageConstraint:
601
- # usage [TLSServer] [TLSClient] [SignedJAR]
604
+ # usage UsageType { UsageType }
602
605
# This constraint prohibits the specified algorithm for
603
- # a specified usage . This should be used when disabling an algorithm
606
+ # a specified UsageType . This should be used when disabling an algorithm
604
607
# for all usages is not practical. 'TLSServer' restricts the algorithm
605
608
# in TLS server certificate chains when server authentication is
606
609
# performed. 'TLSClient' restricts the algorithm in TLS client
You can’t perform that action at this time.
0 commit comments