JDK-8166596 : TLS support for the EdDSA signature algorithm
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-09-23
  • Updated: 2022-06-21
  • Resolved: 2020-12-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 16
16 b28Fixed
Related Reports
CSR :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8257710 :  
Description
TLS 1.3 will support EdDSA signature algorithms.
https://tools.ietf.org/html/rfc8032 outlines the specifics for the signature algorithm while the TLS 1.3 Specification https://tools.ietf.org/html/rfc8446 has additional details as they pertain to the TLS handshake.
Comments
Changeset: d80ae05f Author: Jamil Nimeh <jnimeh@openjdk.org> Date: 2020-12-03 06:12:07 +0000 URL: https://git.openjdk.java.net/jdk/commit/d80ae05f
03-12-2020

We may want this feature in JDK 12.
10-07-2018