]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
build infrastructure updates for ml_dsa signatures
authorPauli <ppzgs1@gmail.com>
Thu, 19 Jun 2025 03:44:50 +0000 (13:44 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 25 Jun 2025 07:22:07 +0000 (17:22 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27859)

.gitignore
build.info

index 1233c5d2fed94806d685057bb4cf99f685552e07..e0beb151ced4afc400c8138b2ba91ae31f17dd61 100644 (file)
@@ -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
index 1cbf4bef8ec580faf769ceaaca48ba5bed4604b7..06b38570529feef67c967a1d4ceb58439f296a50 100644 (file)
@@ -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]=\