RFR: 8322766: Micro bench SSLHandshake should use default algorithms [v2]

Daniel Jeliński djelinski at openjdk.org
Wed Jan 3 08:19:46 UTC 2024


On Sat, 30 Dec 2023 00:48:00 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.
>
> John Jiang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use default algorithms

Thank you. LGTM.

-------------

Marked as reviewed by djelinski (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17202#pullrequestreview-1801543917



More information about the security-dev mailing list