From: Pauli Date: Wed, 2 Jul 2025 00:10:31 +0000 (+1000) Subject: build infrastructure changes for X9.42 KDF X-Git-Tag: openssl-3.6.0-alpha1~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546492d67e5a99d5c92c85e878649668690d6a44;p=thirdparty%2Fopenssl.git build infrastructure changes for X9.42 KDF Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27923) --- diff --git a/build.info b/build.info index 3007c00cd88..217964e11fb 100644 --- a/build.info +++ b/build.info @@ -54,6 +54,7 @@ DEPEND[]=include/openssl/asn1.h \ providers/implementations/kdfs/sshkdf.c \ providers/implementations/kdfs/sskdf.c \ providers/implementations/kdfs/tls1_prf.c \ + providers/implementations/kdfs/x942kdf.c \ providers/implementations/keymgmt/ml_dsa_kmgmt.c \ providers/implementations/keymgmt/ml_kem_kmgmt.c \ providers/implementations/keymgmt/mlx_kmgmt.c \ @@ -104,6 +105,7 @@ DEPEND[providers/implementations/kdfs/hkdf.c \ providers/implementations/kdfs/sshkdf.c \ providers/implementations/kdfs/sskdf.c \ providers/implementations/kdfs/tls1_prf.c \ + providers/implementations/kdfs/x942kdf.c \ providers/implementations/keymgmt/ml_dsa_kmgmt.c \ providers/implementations/keymgmt/ml_kem_kmgmt.c \ providers/implementations/keymgmt/mlx_kmgmt.c \ @@ -127,6 +129,8 @@ GENERATE[providers/implementations/kdfs/sskdf.c]=\ providers/implementations/kdfs/sskdf.c.in GENERATE[providers/implementations/kdfs/tls1_prf.c]=\ providers/implementations/kdfs/tls1_prf.c.in +GENERATE[providers/implementations/kdfs/x942kdf.c]=\ + providers/implementations/kdfs/x942kdf.c.in GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\ providers/implementations/keymgmt/ml_dsa_kmgmt.c.in GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\