JDK-8242147 : Release Note: New System Properties to Configure the TLS Signature Schemes
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 8u261,11.0.8-oracle,15
  • Priority: P3
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2020-04-03
  • Updated: 2021-12-02
  • Resolved: 2021-12-02
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 15 JDK 8
11.0.8-oracleResolved 15Resolved 8u261Resolved
Description
Two new system properties have been added to customize the TLS signature schemes in JDK.  `jdk.tls.client.SignatureSchemes` has been added for the TLS client side, and `jdk.tls.server.SignatureSchemes` has been added for the server side.

Each system property contains a comma-separated list of supported signature scheme names specifying the signature schemes that could be used for the TLS connections.

The names are described in the "Signature Schemes" section of the *Java Security Standard Algorithm Names Specification*.