jdk/src/java.base/share/conf/security/java.security
changeset 36242 956bfe0cb926
parent 36007 1d78df8f6a94
child 36511 9d0388c6b336
equal deleted inserted replaced
36241:69169578a67f 36242:956bfe0cb926
   576 # Note: This property is currently used by Oracle's JSSE implementation.
   576 # Note: This property is currently used by Oracle's JSSE implementation.
   577 # It is not guaranteed to be examined and used by other implementations.
   577 # It is not guaranteed to be examined and used by other implementations.
   578 #
   578 #
   579 # Example:
   579 # Example:
   580 #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
   580 #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
   581 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768
   581 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024
   582 
   582 
   583 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
   583 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
   584 # processing in JSSE implementation.
   584 # processing in JSSE implementation.
   585 #
   585 #
   586 # In some environments, a certain algorithm may be undesirable but it
   586 # In some environments, a certain algorithm may be undesirable but it