src/java.base/share/conf/security/java.security
changeset 49787 99b627637911
parent 49783 977c6dd636bd
child 50722 bc104aaf24e9
child 56542 56aaa6cb3693
equal deleted inserted replaced
49786:7444101401b2 49787:99b627637911
   674 # It is not guaranteed to be examined and used by other implementations.
   674 # It is not guaranteed to be examined and used by other implementations.
   675 #
   675 #
   676 # Example:
   676 # Example:
   677 #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
   677 #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
   678 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
   678 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
   679     EC keySize < 224, DES40_CBC, RC4_40
   679     EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC
   680 
   680 
   681 #
   681 #
   682 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
   682 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
   683 # processing in JSSE implementation.
   683 # processing in JSSE implementation.
   684 #
   684 #