JDK-8201768 : TLSCommon/SSLEngineTestCase.java has to ignore unsupported cipher suites for TLS protocol
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-04-18
  • 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 :  
Description
javax/net/ssl/TLSCommon/SSLEngineTestCase.java has to ignore TLS 1.3-unsupported cipher suites for TLS 1.3 protocol, and also ignore TLS 1.3 ciphers suites for pre TLS 1.3 protocols.

The following may be affected:
javax/net/ssl/TLS/TLSDataExchangeTest.java
javax/net/ssl/TLS/TLSEnginesClosureTest.java
javax/net/ssl/TLS/TLSHandshakeTest.java
javax/net/ssl/TLS/TLSMFLNTest.java
javax/net/ssl/TLS/TLSRehandshakeTest.java
javax/net/ssl/TLS/TLSRehandshakeWithDataExTest.java
Comments
The changeset has been pushed by JDK-8196584
26-06-2018