]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
update build instructions for mlx key management
authorPauli <ppzgs1@gmail.com>
Thu, 19 Jun 2025 05:08:17 +0000 (15:08 +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 e0beb151ced4afc400c8138b2ba91ae31f17dd61..47c7596824dc79d098588539a11d12536f2025fe 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/keymgmt/mlx_kmgmt.c
 providers/implementations/signature/ml_dsa_sig.c
 providers/implementations/ciphers/ciphercommon.c
 providers/implementations/ciphers/ciphercommon_ccm.c
index 06b38570529feef67c967a1d4ceb58439f296a50..4b98684411f42ca5e3999e76da6b3a8c39e4411f 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/keymgmt/mlx_kmgmt.c \
          providers/implementations/signature/ml_dsa_sig.c \
          providers/implementations/ciphers/ciphercommon.c \
          providers/implementations/ciphers/ciphercommon_ccm.c \
@@ -91,6 +92,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/keymgmt/mlx_kmgmt.c \
        providers/implementations/signature/ml_dsa_sig.c \
        providers/implementations/ciphers/ciphercommon.c \
        providers/implementations/ciphers/ciphercommon_ccm.c \
@@ -101,6 +103,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/keymgmt/mlx_kmgmt.c]=\
+    providers/implementations/keymgmt/mlx_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]=\