JDK-8339518 : Release Note: Configurable New Session Tickets Count for TLSv1.3
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 24
  • Priority: P2
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2024-09-03
  • Updated: 2025-04-17
  • Resolved: 2024-12-02
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 24
24Resolved
Description
A new system property, `jdk.tls.server.newSessionTicketCount`, sets the number of TLSv1.3 resumption tickets sent by a JSSE server per session. It can be set on the command line with `-Djdk.tls.server.newSessionTicketCount=#`, where `#` ranges from 0 to 10. The default is 1.

For more details, see [Customizing JSSE](https://docs.oracle.com/en/java/javase/24/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-A41282C3-19A3-400A-A40F-86F4DA22ABA9).
Comments
Reviewed by Jamil Nimeh
02-12-2024