From: Pauli Date: Thu, 19 Jun 2025 05:08:17 +0000 (+1000) Subject: update build instructions for mlx key management X-Git-Tag: openssl-3.6.0-alpha1~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b622ae3917b4e27885ce0a6f08be9f2bd7e3ae0d;p=thirdparty%2Fopenssl.git update build instructions for mlx key management Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27859) --- diff --git a/.gitignore b/.gitignore index e0beb151ced..47c7596824d 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/keymgmt/mlx_kmgmt.c providers/implementations/signature/ml_dsa_sig.c providers/implementations/ciphers/ciphercommon.c providers/implementations/ciphers/ciphercommon_ccm.c diff --git a/build.info b/build.info index 06b38570529..4b98684411f 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/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]=\