JDK-8206176 : Remove the temporary tls13VN field
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 11
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-02
  • Updated: 2020-11-20
  • Resolved: 2018-08-15
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 12 JDK 8 Other
11 b27Fixed 12Fixed 8u261Fixed openjdk8u272Fixed
Related Reports
Relates :  
Relates :  
Description
When TLS 1.3 protocol is finalized, please remove the TLS 1.3 draft version code and use the final version number only.  May impact test cases.
Comments
Fix request approved.
14-08-2018

Fix Request: Justification: It is a code cleanup needed as TLSv1.3 RFC is finalized. We should only support final draft version. Risk: Minimal/No risk as it is code cleanup only. Testing: Not applicable Webrev: http://cr.openjdk.java.net/~rhalade/8206176/webrev.00/ Reviewed-by: Xuelei Fan
14-08-2018