]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
key management: rename key management files in anticipations of generated decoding
authorPauli <ppzgs1@gmail.com>
Wed, 6 Aug 2025 01:05:55 +0000 (11:05 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 22 Aug 2025 05:33:03 +0000 (15:33 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28275)

.gitignore
build.info
providers/implementations/keymgmt/ecx_kmgmt.c.in [moved from providers/implementations/keymgmt/ecx_kmgmt.c with 100% similarity]
providers/implementations/keymgmt/lms_kmgmt.c.in [moved from providers/implementations/keymgmt/lms_kmgmt.c with 100% similarity]
providers/implementations/keymgmt/slh_dsa_kmgmt.c.in [moved from providers/implementations/keymgmt/slh_dsa_kmgmt.c with 100% similarity]

index c826bf47bbe3e06e1202c0d9b931569a7722b97f..6bafc4dae7e787e7e9aebe05de0ba2835aeb395c 100644 (file)
@@ -121,6 +121,12 @@ providers/implementations/keymgmt/ml_kem_kmgmt.c
 providers/implementations/keymgmt/mlx_kmgmt.c
 providers/implementations/signature/dsa_sig.c
 providers/implementations/signature/ecdsa_sig.c
+providers/implementations/keymgmt/ecx_kmgmt.c
+providers/implementations/keymgmt/lms_kmgmt.c
+providers/implementations/keymgmt/ml_dsa_kmgmt.c
+providers/implementations/keymgmt/ml_kem_kmgmt.c
+providers/implementations/keymgmt/mlx_kmgmt.c
+providers/implementations/keymgmt/slh_dsa_kmgmt.c
 providers/implementations/signature/eddsa_sig.c
 providers/implementations/signature/ml_dsa_sig.c
 providers/implementations/signature/rsa_sig.c
index 26196bb5fbb15909f767c044d0a23beb68b68cf2..7d4860bd266c36441c50c0a819158e12ea2b8ad2 100644 (file)
@@ -78,9 +78,12 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/kem/ecx_kem.c \
          providers/implementations/kem/ml_kem_kem.c \
          providers/implementations/kem/rsa_kem.c \
+         providers/implementations/keymgmt/ecx_kmgmt.c \
+         providers/implementations/keymgmt/lms_kmgmt.c \
          providers/implementations/keymgmt/ml_dsa_kmgmt.c \
          providers/implementations/keymgmt/ml_kem_kmgmt.c \
          providers/implementations/keymgmt/mlx_kmgmt.c \
+         providers/implementations/keymgmt/slh_dsa_kmgmt.c \
          providers/implementations/signature/dsa_sig.c \
          providers/implementations/signature/ecdsa_sig.c \
          providers/implementations/signature/eddsa_sig.c \
@@ -177,9 +180,12 @@ DEPEND[providers/implementations/asymciphers/rsa_enc.c \
        providers/implementations/kem/ecx_kem.c \
        providers/implementations/kem/ml_kem_kem.c \
        providers/implementations/kem/rsa_kem.c \
+       providers/implementations/keymgmt/ecx_kmgmt.c \
+       providers/implementations/keymgmt/lms_kmgmt.c \
        providers/implementations/keymgmt/ml_dsa_kmgmt.c \
        providers/implementations/keymgmt/ml_kem_kmgmt.c \
        providers/implementations/keymgmt/mlx_kmgmt.c \
+       providers/implementations/keymgmt/slh_dsa_kmgmt.c \
        providers/implementations/signature/dsa_sig.c \
        providers/implementations/signature/ecdsa_sig.c \
        providers/implementations/signature/eddsa_sig.c \
@@ -273,12 +279,18 @@ GENERATE[providers/implementations/kem/ml_kem_kem.c]=\
     providers/implementations/kem/ml_kem_kem.c.in
 GENERATE[providers/implementations/kem/rsa_kem.c]=\
     providers/implementations/kem/rsa_kem.c.in
+GENERATE[providers/implementations/keymgmt/ecx_kmgmt.c]=\
+    providers/implementations/keymgmt/ecx_kmgmt.c.in
+GENERATE[providers/implementations/keymgmt/lms_kmgmt.c]=\
+    providers/implementations/keymgmt/lms_kmgmt.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]=\
     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/keymgmt/slh_dsa_kmgmt.c]=\
+    providers/implementations/keymgmt/slh_dsa_kmgmt.c.in
 GENERATE[providers/implementations/signature/dsa_sig.c]=\
     providers/implementations/signature/dsa_sig.c.in
 GENERATE[providers/implementations/signature/ecdsa_sig.c]=\