On Tue, 25 Jun 2024 09:57:46 GMT, Daniel Jeliński <djelin...@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