JDK-8205111 : Develop new Test to verify different key types for supported TLS protocols.
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 11
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-06-15
  • Updated: 2021-01-04
  • Resolved: 2018-06-27
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 12 JDK 8 Other
11 b20Fixed 12Fixed 8u271Fixed openjdk8u272Resolved
Description
The test should cover the following key types supported in Java for all supported TLS protocols.
ec_rsa_pkcs1_sha256, ecdsa_sha1, rsa_pss_pss_sha256, rsa_pss_rsae_sha256, rsa_pkcs1_sha1, rsa_pkcs1_sha256, rsa_pkcs1_sha384, rsa_pkcs1_sha512, ecdsa_secp384r1_sha384, ecdsa_secp521r1_sha512, rsa_pss_rsae_sha384, rsa_pss_rsae_sha512, rsa_pss_pss_sha384, rsa_pss_pss_sha512
Comments
This test was added by https://bugs.openjdk.java.net/browse/JDK-8245681.
01-12-2020

Fix Request [8u] Please approve backporting this to jdk8u. This is a test-only change, for parity with Oracle 8u271. The original patch applies clean to jdk8-dev/jdk. It introduces a new test for TLS 1.3 which (now) passes on current jdk8u-dev.
27-11-2020