RFR: 8328608: Multiple NewSessionTicket support for TLS [v2]

Anthony Scarpino ascarpino at openjdk.org
Wed Jul 17 02:47:34 UTC 2024


On Tue, 25 Jun 2024 09:57:46 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

> Please add a test that starts multiple resumptions in parallel using the tickets received in the first connection. The test should verify that:
> 
>     * each resumption uses a different ticket
> 
>     * all resumptions succeed
> 
>     * if all tickets are in use, starting another connection with setEnableSessionCreation(false) should fail
> 
> 
> You can use multiple sslengines to run the handshakes in parallel, use setEnableSessionCreation to ensure that all sessions are resumptions, and disable stateless tickets on the server side to make sure that the sessions connections use distinct tickets.

Implemented

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19465#issuecomment-2232241757



More information about the security-dev mailing list