JDK-8255222 : Tests for Distributed TLS Session
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P2
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-10-22
  • Updated: 2020-10-29
Related Reports
Relates :  
Description
The Test should cover the following cases,
Distributed session scenario,
- A Test should use multiple servers associated to use distributed session ticket. Ensure initial request is full handshake and the remaining will be abbreviate handshake.
- There should be a Test machine not associated to use distributed session ticket which should lead to full handshake.
- Parallel TLS client request to ensure there is no conflict or corruption to session ticket encrypted with shared keys.

Regression Tests
- Existing TLS Tests should work as expected
- TLS Compatibility must be checked with different JDK
- The Change should compatible with existing Infra TLS servers