JDK-8210918 : Add test to exercise server-side client hello processing
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-09-19
  • Updated: 2018-10-17
  • Resolved: 2018-09-24
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
11.0.2Fixed 12 b13Fixed
Description
Add a test that exercises the server side processing of client hello messages in different configurations.  This directly addresses the parent PSK issue but can be extended to handle any cases where client hellos cause problems during processing.
Comments
Create a series of canned TLS 1.3 client hellos with different extension sets to exercise some of the known issues that have been reported. We then can have a SSLEngine server implementation unwrap them and run any delegated tasks, looking for exception cases.
21-09-2018