JDK-8202908 : TLS 1.3 should be excluded for sun/security/ssl/X509TrustManagerImpl tests
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-05-10
  • Updated: 2023-11-29
  • Resolved: 2018-06-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11Resolved
Related Reports
Duplicate :  
Description
sun/security/ssl/X509TrustManagerImpl/BasicConstraints.java
sun/security/ssl/X509TrustManagerImpl/SelfIssuedCert.java

The above tests are using weak signature algorithm MD5withRSA, which is not allowed by TLS 1.3. So, it has to exclude this TLS protocol for these tests.
Comments
The changeset has been pushed by JDK-8196584
26-06-2018