JDK-8200403 : javax/net/ssl/sanity/interop/ClientJSSEServerJSSE.java needs to clarify the relation between cipher suites and protocols
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-03-29
  • 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 :  
Relates :  
Relates :  
Description
javax/net/ssl/sanity/interop/ClientJSSEServerJSSE.java would be better to clearly indicate the relation between cipher suites and SSL/TLS protocols.
It also should skip protocol SSLv2Hello directly instead of skipping cases on this protocol one by one.
Comments
The changeset has been pushed by JDK-8196584
26-06-2018