JDK-8298387 : Implement JEP 497: Quantum-Resistant Module-Lattice-Based Digital Signature Algorithm
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-08
  • Updated: 2024-11-22
  • Resolved: 2024-11-22
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 24
24 masterFixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
CSR :  
Relates :  
Relates :  
Description
Implement support for the ML-DSA digital signature scheme as defined in NIST FIPS 204 [1]. ML-DSA (previously known as CRYSTALS-DILITHIUM) is a finalist to be standardized as a result of the Post-Quantum Cryptography (PQC) Standardization process [2].

ML-DSA will be implemented as a service provider implementation of the Signature API.

[1] https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.ipd.pdf
[2] https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization
Comments
Changeset: 8b98f958 Branch: master Author: Ben Perez <bperez@openjdk.org> Date: 2024-11-22 17:48:08 +0000 URL: https://git.openjdk.org/jdk/commit/8b98f958dc1afedc02b9d9c98089d6cb1ca3a5b7
22-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21364 Date: 2024-10-04 20:59:45 +0000
04-10-2024