-
Backport
-
Resolution: Delivered
-
P3
-
8u261, 11.0.8-oracle, 15
Two new System Properties are added to customize the TLS signature schemes in JDK. "jdk.tls.client.SignatureSchemes" is added for TLS client side, and "jdk.tls.server.SignatureSchemes" for server side.
Each System Property contains a comma-separated list of supported signature scheme names, which 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.
Each System Property contains a comma-separated list of supported signature scheme names, which 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.
- backport of
-
JDK-8242147 Release Note: New System Properties to Configure the TLS Signature Schemes
- Closed