src/java.base/share/conf/security/java.security
changeset 51465 e4ba2cfcfa92
parent 51356 88d9be7f52c5
child 51879 6ffa38b8da65
equal deleted inserted replaced
51464:d96e6839e83d 51465:e4ba2cfcfa92
   673 # Note: This property is currently used by the JDK Reference implementation.
   673 # Note: This property is currently used by the JDK Reference implementation.
   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, DES, MD5withRSA, DH keySize < 1024, \
   679     EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC
   679     EC keySize < 224, 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 #