JDK-8255411 : Add EdDSA support to SunPKCS11 provider
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2020-10-26
  • Updated: 2024-02-15
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
NSS does not have support for these algorithm yet. We should consider this if there are more PKCS11 libraries added support since they are already supported by default jdk provider(s).
Comments
Is this about Ed25519 or X25519? Because X25519 (the one used in TLS key exchange) is supported in NSS since 3.28, see https://bugzilla.mozilla.org/show_bug.cgi?id=957105
15-02-2024

As of NSS 3.57, no support for EDDSA yet.
24-03-2021