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.
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.
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.