JDK-8230628 : Evaluate test impact with TLS 1.0 and 1.1 disabled
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2019-09-04
  • Updated: 2019-10-02
  • Resolved: 2019-10-01
Description
Add TLS 1.0 and 1.1 to the jdk.tls.disabledAlgorithms property and evaluate test failures to understand impact and work.
Comments
Patch used for this testing: src/java.base/share/conf/security/java.security 705,706c705,706 < jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \ < EC keySize < 224, 3DES_EDE_CBC, anon, NULL --- > jdk.tls.disabledAlgorithms=TLSv1.1, TLSv1, SSLv3, RC4, DES, MD5withRSA, \ > DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL
02-10-2019