From: Pauli Date: Thu, 19 Jun 2025 03:44:50 +0000 (+1000) Subject: build infrastructure updates for ml_dsa signatures X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1a08a4a254474b27041c998f16d113cff5e8eb1;p=thirdparty%2Fopenssl.git build infrastructure updates for ml_dsa signatures Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) --- diff --git a/.gitignore b/.gitignore index 1233c5d2fed..e0beb151ced 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ providers/common/include/prov/der_sm2.h providers/common/include/prov/der_ml_dsa.h providers/implementations/keymgmt/ml_dsa_kmgmt.c providers/implementations/keymgmt/ml_kem_kmgmt.c +providers/implementations/signature/ml_dsa_sig.c providers/implementations/ciphers/ciphercommon.c providers/implementations/ciphers/ciphercommon_ccm.c providers/implementations/ciphers/ciphercommon_gcm.c diff --git a/build.info b/build.info index 1cbf4bef8ec..06b38570529 100644 --- a/build.info +++ b/build.info @@ -50,6 +50,7 @@ DEPEND[]=include/openssl/asn1.h \ include/crypto/bn_conf.h include/crypto/dso_conf.h \ providers/implementations/keymgmt/ml_dsa_kmgmt.c \ providers/implementations/keymgmt/ml_kem_kmgmt.c \ + providers/implementations/signature/ml_dsa_sig.c \ providers/implementations/ciphers/ciphercommon.c \ providers/implementations/ciphers/ciphercommon_ccm.c \ providers/implementations/ciphers/ciphercommon_gcm.c \ @@ -90,6 +91,7 @@ GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \ providers/implementations/keymgmt/ml_kem_kmgmt.c \ + providers/implementations/signature/ml_dsa_sig.c \ providers/implementations/ciphers/ciphercommon.c \ providers/implementations/ciphers/ciphercommon_ccm.c \ providers/implementations/ciphers/ciphercommon_gcm.c \ @@ -99,6 +101,8 @@ GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\ providers/implementations/keymgmt/ml_dsa_kmgmt.c.in GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\ providers/implementations/keymgmt/ml_kem_kmgmt.c.in +GENERATE[providers/implementations/signature/ml_dsa_sig.c]=\ + providers/implementations/signature/ml_dsa_sig.c.in GENERATE[providers/implementations/ciphers/ciphercommon.c]=\ providers/implementations/ciphers/ciphercommon.c.in GENERATE[providers/implementations/ciphers/ciphercommon_ccm.c]=\