RFR: 8298381: Improve handling of session tickets for multiple SSLContexts
Anthony Scarpino
ascarpino at openjdk.org
Thu Dec 22 18:28:52 UTC 2022
On Thu, 22 Dec 2022 14:56:16 GMT, Volker Simonis <simonis at openjdk.org> wrote:
> For simplicity I've therefor decided to use the `KeyGenerator.init()` method which
> doesn't require an extra secure random instance.
I understand the logic, but some users like to use a particular provider, keygen should use the random specified in the HandshakeContext.
-------------
PR: https://git.openjdk.org/jdk/pull/11590
More information about the security-dev
mailing list