src/java.base/share/conf/security/java.security
changeset 52286 d98fb44ad6bf
parent 51879 6ffa38b8da65
child 52948 04c9b7111aac
--- a/src/java.base/share/conf/security/java.security	Thu Oct 25 09:20:54 2018 -0700
+++ b/src/java.base/share/conf/security/java.security	Thu Oct 25 13:55:28 2018 -0400
@@ -676,7 +676,7 @@
 # Example:
 #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
 jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
-    EC keySize < 224, 3DES_EDE_CBC
+    EC keySize < 224, 3DES_EDE_CBC, anon, NULL
 
 #
 # Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)