JDK-8239511 : Add new JSSE compatibility test to cover more features
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2020-02-20
  • Updated: 2021-04-07
  • Resolved: 2021-04-07
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.
Other
tbdResolved
Related Reports
Relates :  
Relates :  
Description
The existing javax/net/ssl/compatibility/Compatibility.java test just cover the basic features.
It would be better to design a flexible test frame to cover more cases, including different signature schemes, cert types, key exchanges and OCSP stapling.
Comments
JDK-8243029 Addressed the enhancements planned.
07-04-2021

JDK-8243029 will take the first step: introduce a interop test framwork and refactor the test javax/net/ssl/compatibility/Compatibility.java.
17-04-2020

No cipher suite will be hard-coded, and all of supported cipher suites will be covered. The mandatory cipher suite list will be removed.
14-04-2020