]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
rands: rename files for autogeneration of param parser
authorPauli <ppzgs1@gmail.com>
Sun, 20 Jul 2025 23:24:50 +0000 (09:24 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 13 Aug 2025 01:55:03 +0000 (11:55 +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/28143)

.gitignore
build.info
providers/implementations/rands/drbg_ctr.c.in [moved from providers/implementations/rands/drbg_ctr.c with 100% similarity]
providers/implementations/rands/drbg_hash.c.in [moved from providers/implementations/rands/drbg_hash.c with 100% similarity]
providers/implementations/rands/drbg_hmac.c.in [moved from providers/implementations/rands/drbg_hmac.c with 100% similarity]
providers/implementations/rands/fips_crng_test.c.in [moved from providers/implementations/rands/fips_crng_test.c with 100% similarity]
providers/implementations/rands/seed_src.c.in [moved from providers/implementations/rands/seed_src.c with 100% similarity]
providers/implementations/rands/seed_src_jitter.c.in [moved from providers/implementations/rands/seed_src_jitter.c with 100% similarity]
providers/implementations/rands/test_rng.c.in [moved from providers/implementations/rands/test_rng.c with 100% similarity]

index 2298f35f49334001c60a39429410b6de57a8293d..73d9562966118fb927101df8b04f3260027dce2e 100644 (file)
@@ -119,6 +119,13 @@ providers/implementations/macs/hmac_prov.c
 providers/implementations/macs/kmac_prov.c
 providers/implementations/macs/poly1305_prov.c
 providers/implementations/macs/siphash_prov.c
+providers/implementations/rands/drbg_ctr.c
+providers/implementations/rands/drbg_hash.c
+providers/implementations/rands/drbg_hmac.c
+providers/implementations/rands/fips_crng_test.c
+providers/implementations/rands/seed_src.c
+providers/implementations/rands/seed_src_jitter.c
+providers/implementations/rands/test_rng.c
 
 # error code files
 /crypto/err/openssl.txt.old
index 8e02ed11bdfc7109a8ed86c96befcf122a423d55..db5a8a547162a74af10564517953a23c01c3a805 100644 (file)
@@ -81,7 +81,14 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/macs/hmac_prov.c \
          providers/implementations/macs/kmac_prov.c \
          providers/implementations/macs/poly1305_prov.c \
-         providers/implementations/macs/siphash_prov.c
+         providers/implementations/macs/siphash_prov.c \
+         providers/implementations/rands/drbg_ctr.c \
+         providers/implementations/rands/drbg_hash.c \
+         providers/implementations/rands/drbg_hmac.c \
+         providers/implementations/rands/fips_crng_test.c \
+         providers/implementations/rands/seed_src.c \
+         providers/implementations/rands/seed_src_jitter.c \
+         providers/implementations/rands/test_rng.c
 
 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
 GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
@@ -150,6 +157,13 @@ DEPEND[providers/implementations/kdfs/argon2.c \
        providers/implementations/macs/kmac_prov.c \
        providers/implementations/macs/poly1305_prov.c \
        providers/implementations/macs/siphash_prov.c \
+       providers/implementations/rands/drbg_ctr.c \
+       providers/implementations/rands/drbg_hash.c \
+       providers/implementations/rands/drbg_hmac.c \
+       providers/implementations/rands/fips_crng_test.c \
+       providers/implementations/rands/seed_src.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/kdfs/argon2.c]=\
     providers/implementations/kdfs/argon2.c.in
@@ -219,6 +233,20 @@ GENERATE[providers/implementations/macs/poly1305_prov.c]=\
     providers/implementations/macs/poly1305_prov.c.in
 GENERATE[providers/implementations/macs/siphash_prov.c]=\
     providers/implementations/macs/siphash_prov.c.in
+GENERATE[providers/implementations/rands/drbg_ctr.c]=\
+    providers/implementations/rands/drbg_ctr.c.in
+GENERATE[providers/implementations/rands/drbg_hash.c]=\
+    providers/implementations/rands/drbg_hash.c.in
+GENERATE[providers/implementations/rands/drbg_hmac.c]=\
+    providers/implementations/rands/drbg_hmac.c.in
+GENERATE[providers/implementations/rands/fips_crng_test.c]=\
+    providers/implementations/rands/fips_crng_test.c.in
+GENERATE[providers/implementations/rands/seed_src.c]=\
+    providers/implementations/rands/seed_src.c.in
+GENERATE[providers/implementations/rands/seed_src_jitter.c]=\
+    providers/implementations/rands/seed_src_jitter.c.in
+GENERATE[providers/implementations/rands/test_rng.c]=\
+    providers/implementations/rands/test_rng.c.in
 GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
 
 IF[{- defined $target{shared_defflag} -}]