]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
asym: rename RSA and SM2 asymmetric cipher files
authorPauli <ppzgs1@gmail.com>
Tue, 22 Jul 2025 01:33:45 +0000 (11:33 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 13 Aug 2025 01:59:12 +0000 (11:59 +1000)
To allow generated param parsing

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/28145)

.gitignore
build.info
providers/implementations/asymciphers/rsa_enc.c.in [moved from providers/implementations/asymciphers/rsa_enc.c with 100% similarity]
providers/implementations/asymciphers/sm2_enc.c.in [moved from providers/implementations/asymciphers/sm2_enc.c with 100% similarity]

index 73d9562966118fb927101df8b04f3260027dce2e..a9d6b80d47d39ded216e82499592e0593feec2e9 100644 (file)
@@ -86,6 +86,8 @@ providers/common/include/prov/der_wrap.h
 providers/common/include/prov/der_sm2.h
 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/kdfs/argon2.c
 providers/implementations/kdfs/hkdf.c
 providers/implementations/kdfs/hmacdrbg_kdf.c
index db5a8a547162a74af10564517953a23c01c3a805..1890191ff1cf2317a2fc6000b3166053823940f7 100644 (file)
@@ -48,6 +48,8 @@ DEPEND[]=include/openssl/asn1.h \
          include/openssl/x509_acert.h \
          include/openssl/x509_vfy.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/kdfs/argon2.c \
          providers/implementations/kdfs/hkdf.c \
          providers/implementations/kdfs/hmacdrbg_kdf.c \
@@ -123,7 +125,9 @@ GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
 GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
 GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
 
-DEPEND[providers/implementations/kdfs/argon2.c \
+DEPEND[providers/implementations/asymciphers/rsa_enc.c \
+       providers/implementations/asymciphers/sm2_enc.c \
+       providers/implementations/kdfs/argon2.c \
        providers/implementations/kdfs/hkdf.c \
        providers/implementations/kdfs/hmacdrbg_kdf.c \
        providers/implementations/kdfs/kbkdf.c \
@@ -165,6 +169,10 @@ DEPEND[providers/implementations/kdfs/argon2.c \
        providers/implementations/rands/seed_src_jitter.c \
        providers/implementations/rands/test_rng.c \
        include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
+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/kdfs/argon2.c]=\
     providers/implementations/kdfs/argon2.c.in
 GENERATE[providers/implementations/kdfs/hkdf.c]=\