RFR: 8322766: Micro bench SSLHandshake would use modern algorithms [v2]
John Jiang
jjiang at openjdk.org
Sat Dec 30 12:13:45 UTC 2023
On Sat, 30 Dec 2023 09:20:59 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> Users usually use the default algorithms, so benchmarking them is probably more useful than measuring the non-default ones.
I see.
> There's a [ticket to update the default keyManager algorithm](https://bugs.openjdk.org/browse/JDK-8272875), so it may become the default one day.
Thanks for this info!
> Did you compare the performance of the different algorithms?
I found the performance of using PKCS12 keystore and PKIX key manager in TLS full handshaking is much slower.
Already filed [JDK-8322767] for it.
[JDK-8322767]:
https://bugs.openjdk.org/browse/JDK-8322767
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17202#issuecomment-1872516192
More information about the security-dev
mailing list