]> git.ipfire.org Git - thirdparty/openssl.git/commit
ML_DSA Add support for generation of X509 certificates using the openssl
authorslontis <shane.lontis@oracle.com>
Tue, 28 Jan 2025 08:46:07 +0000 (19:46 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:04 +0000 (10:46 +0100)
commit808fccb721f2fb621c3ffeb789dc4c13f2f37986
treeb656c0d9671cff64f9412fa8c347498a28efb622
parentc83e6c0a2c796f5f733c1956a79cf290fe341ec9
ML_DSA Add support for generation of X509 certificates using the openssl
commandline.

In order to support this gettables are required in both the key and
signature.:

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26575)
12 files changed:
.gitignore
doc/designs/ml-dsa.md
doc/man7/EVP_SIGNATURE-ML-DSA.pod
providers/common/der/ML_DSA.asn1 [new file with mode: 0644]
providers/common/der/build.info
providers/common/der/der_ml_dsa_gen.c.in [new file with mode: 0644]
providers/common/der/der_ml_dsa_key.c [new file with mode: 0644]
providers/common/include/prov/der_ml_dsa.h.in [new file with mode: 0644]
providers/implementations/keymgmt/build.info
providers/implementations/keymgmt/ml_dsa_kmgmt.c
providers/implementations/signature/build.info
providers/implementations/signature/ml_dsa_sig.c