-
Sub-task
-
Resolution: Delivered
-
P3
-
8u261, 11.0.8-oracle, 15
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8244217 | 11.0.8-oracle | Clifford Wayne | P3 | Resolved | Delivered | |
JDK-8244216 | 8u261 | Clifford Wayne | P3 | Resolved | Delivered |
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*.
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*.
- backported by
-
JDK-8244216 Release Note: New System Properties to Configure the TLS Signature Schemes
-
- Resolved
-
-
JDK-8244217 Release Note: New System Properties to Configure the TLS Signature Schemes
-
- Resolved
-