src/java.base/share/conf/security/java.security
changeset 52286 d98fb44ad6bf
parent 51879 6ffa38b8da65
child 52948 04c9b7111aac
equal deleted inserted replaced
52285:8e575009ac4a 52286:d98fb44ad6bf
   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, DES, MD5withRSA, DH keySize < 1024, \
   678 jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
   679     EC keySize < 224, 3DES_EDE_CBC
   679     EC keySize < 224, 3DES_EDE_CBC, anon, NULL
   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 #