JDK-8322766 : Micro bench SSLHandshake should use default algorithms
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-12-29
  • Updated: 2024-11-21
  • Resolved: 2024-01-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 23
11.0.25-oracleFixed 17.0.13-oracleFixed 21.0.5-oracleFixed 23 b04Fixed
Related Reports
Relates :  
Description
test/micro/org/openjdk/bench/java/security/SSLHandshake.java is using keystore type JKS and TrustManagerFactory/KeyManagerFactory algorithm SunX509.
It should just use the default algorithms respectively.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/3062 Date: 2024-11-19 18:39:31 +0000
19-11-2024

Fix request [17u] I backport this for parity with 17.0.13-oracle. No risk, only a test change. Clean backport. Benchmark runs fine.
19-11-2024

[jdk21u-fix-request] Approval Request from sendaoYan Clean backport, to make micro bench SSLHandshake use default algorithms.
15-07-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/839 Date: 2024-07-12 12:15:05 +0000
12-07-2024

Changeset: 06dd7353 Author: John Jiang <jjiang@openjdk.org> Date: 2024-01-03 08:27:42 +0000 URL: https://git.openjdk.org/jdk/commit/06dd73534271874eff008b8d3027f4ce49b136b3
03-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17202 Date: 2023-12-29 06:49:26 +0000
29-12-2023