Integrated: 8322766: Micro bench SSLHandshake should use default algorithms
John Jiang
jjiang at openjdk.org
Wed Jan 3 08:30:45 UTC 2024
On Fri, 29 Dec 2023 06:49:26 GMT, John Jiang <jjiang at openjdk.org> wrote:
> test/micro/org/openjdk/bench/java/security/SSLHandshake.java is using keystore type `JKS` and TrustManagerFactory/KeyManagerFactory algorithm `SunX509`.
> It may be better to use `PKCS12` and `PKIX` respectively.
This pull request has now been integrated.
Changeset: 06dd7353
Author: John Jiang <jjiang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/06dd73534271874eff008b8d3027f4ce49b136b3
Stats: 9 lines in 2 files changed: 1 ins; 0 del; 8 mod
8322766: Micro bench SSLHandshake should use default algorithms
Reviewed-by: djelinski
-------------
PR: https://git.openjdk.org/jdk/pull/17202
More information about the security-dev
mailing list