]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
exchange: rename files for generated param decoders
authorPauli <ppzgs1@gmail.com>
Thu, 24 Jul 2025 01:28:12 +0000 (11:28 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 13 Aug 2025 02:04:26 +0000 (12:04 +1000)
Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28148)

.gitignore
build.info
providers/implementations/exchange/dh_exch.c.in [moved from providers/implementations/exchange/dh_exch.c with 100% similarity]
providers/implementations/exchange/ecdh_exch.c.in [moved from providers/implementations/exchange/ecdh_exch.c with 100% similarity]
providers/implementations/exchange/ecx_exch.c.in [moved from providers/implementations/exchange/ecx_exch.c with 100% similarity]

index 9f128e929a6e8bc2ed23750bee0ce03a3e803861..f25747dc6414ccc64c0c2daddfeaf87cd950cac4 100644 (file)
@@ -88,6 +88,9 @@ providers/common/include/prov/der_ml_dsa.h
 providers/common/include/prov/der_hkdf.h
 providers/implementations/asymciphers/rsa_enc.c
 providers/implementations/asymciphers/sm2_enc.c
+providers/implementations/exchange/dh_exch.c
+providers/implementations/exchange/ecdh_exch.c
+providers/implementations/exchange/ecx_exch.c
 providers/implementations/kdfs/argon2.c
 providers/implementations/kdfs/hkdf.c
 providers/implementations/kdfs/hmacdrbg_kdf.c
index 58a369049a0dd0c655132302625e376237143f11..97bb77233c4e00519a87e7feb1b1bdfcda156d19 100644 (file)
@@ -50,6 +50,9 @@ DEPEND[]=include/openssl/asn1.h \
          include/crypto/bn_conf.h include/crypto/dso_conf.h \
          providers/implementations/asymciphers/rsa_enc.c \
          providers/implementations/asymciphers/sm2_enc.c \
+         providers/implementations/exchange/dh_exch.c \
+         providers/implementations/exchange/ecdh_exch.c \
+         providers/implementations/exchange/ecx_exch.c \
          providers/implementations/kdfs/argon2.c \
          providers/implementations/kdfs/hkdf.c \
          providers/implementations/kdfs/hmacdrbg_kdf.c \
@@ -130,6 +133,9 @@ GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
 
 DEPEND[providers/implementations/asymciphers/rsa_enc.c \
        providers/implementations/asymciphers/sm2_enc.c \
+       providers/implementations/exchange/dh_exch.c \
+       providers/implementations/exchange/ecdh_exch.c \
+       providers/implementations/exchange/ecx_exch.c \
        providers/implementations/kdfs/argon2.c \
        providers/implementations/kdfs/hkdf.c \
        providers/implementations/kdfs/hmacdrbg_kdf.c \
@@ -179,6 +185,12 @@ GENERATE[providers/implementations/asymciphers/rsa_enc.c]=\
     providers/implementations/asymciphers/rsa_enc.c.in
 GENERATE[providers/implementations/asymciphers/sm2_enc.c]=\
     providers/implementations/asymciphers/sm2_enc.c.in
+GENERATE[providers/implementations/exchange/dh_exch.c]=\
+    providers/implementations/exchange/dh_exch.c.in
+GENERATE[providers/implementations/exchange/ecdh_exch.c]=\
+    providers/implementations/exchange/ecdh_exch.c.in
+GENERATE[providers/implementations/exchange/ecx_exch.c]=\
+    providers/implementations/exchange/ecx_exch.c.in
 GENERATE[providers/implementations/kdfs/argon2.c]=\
     providers/implementations/kdfs/argon2.c.in
 GENERATE[providers/implementations/kdfs/hkdf.c]=\