RFR: 8322766: Micro bench SSLHandshake would use modern algorithms
John Jiang
jjiang at openjdk.org
Fri Dec 29 06:53:59 UTC 2023
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.
-------------
Commit messages:
- 8322766: Micro bench SSLHandshake would use modern algorithms
Changes: https://git.openjdk.org/jdk/pull/17202/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17202&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8322766
Stats: 7 lines in 2 files changed: 0 ins; 0 del; 7 mod
Patch: https://git.openjdk.org/jdk/pull/17202.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17202/head:pull/17202
PR: https://git.openjdk.org/jdk/pull/17202
More information about the security-dev
mailing list