JDK-8234724 : javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 8,11,13,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-25
  • Updated: 2021-04-20
  • Resolved: 2019-11-29
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 8 Other
11.0.7-oracleFixed 13.0.4Fixed 14 b26Fixed 8u261Fixed openjdk8u272Fixed
Related Reports
Relates :  
Description
open/test/jdk/javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java covers TLSv1.3
Comments
Fix request (13u) Requesting backport to 13u for parity with 11u, applies cleanly.
01-06-2020

Looks like we need 8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF" ( https://bugs.openjdk.java.net/browse/JDK-8231810 ) too, otherwise we get sometimes errors in the jtreg test javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java (did not see this in local execution but I see it in central tests now). I'll request this change too
11-03-2020

Approving for 11.0.7 (jdk11u)
10-03-2020

jdk11 downport request Hello, I would like to have the patch in OpenJDK11 as well, because it is in Oracle JDK too. The patch applies cleanly.
10-03-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/e0d919d7c1a6 User: jjiang Date: 2019-11-29 06:08:05 +0000
29-11-2019

The record version and client version are TLSv1.2, even though it would like to talk TLSv1.3. The latter protocol version is listed in extension supported_versions. So, open/test/jdk/javax/net/ssl/templates/SSLExplorer.java doesn't parse protocol version TLSv1.3 directly. But this should not affect the tests.
28-11-2019