JDK-8234727 : sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 8,11,14,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-25
  • Updated: 2021-01-29
  • Resolved: 2019-12-20
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 JDK 13 JDK 14 JDK 15 JDK 8 Other
11.0.8-oracleFixed 13.0.4Fixed 14 b29Fixed 15Fixed 8u261Fixed openjdk8u292Fixed
Related Reports
Relates :  
Description
open/test/jdk/sun/security/ssl/X509TrustManagerImpl/BasicConstraints.java
open/test/jdk/sun/security/ssl/X509TrustManagerImpl/SelfIssuedCert.java
Comments
Fix Request (8u) Keeps codebases in sync (I see 8u261). Patch applies to 8u with the usual reshuffling. jdk_security tests still pass.
11-01-2021

Fix request (13u) Requesting backport to 13u for parity with 11u, applies cleanly.
01-06-2020

Fix request (11u) -- will label after testing completed. I would like to downport this for parity with 11.0.8-oracle. Applies clean.
17-03-2020

URL: https://hg.openjdk.java.net/jdk/jdk14/rev/083e20312207 User: jjiang Date: 2019-12-20 22:29:42 +0000
20-12-2019

open/test/jdk/sun/security/ssl/X509TrustManagerImpl/CertRequestOverflow.java In TLSv1.3, the CertificateRequest message doesn't directly carry a list of certificate authorities, which is expressed by extension certificate_authorities. However, JSSE currently doesn't support extension certificate_authorities (JDK-8206925), so this test isn't applicable for TLSv1.3.
17-12-2019