]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Rename MAC files for autogeneration of param parsers
authorPauli <ppzgs1@gmail.com>
Sun, 13 Jul 2025 23:11:57 +0000 (09:11 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 13 Aug 2025 01:49:36 +0000 (11:49 +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/28142)

.gitignore
build.info
providers/implementations/macs/cmac_prov.c.in [moved from providers/implementations/macs/cmac_prov.c with 100% similarity]
providers/implementations/macs/gmac_prov.c.in [moved from providers/implementations/macs/gmac_prov.c with 100% similarity]
providers/implementations/macs/hmac_prov.c.in [moved from providers/implementations/macs/hmac_prov.c with 100% similarity]
providers/implementations/macs/kmac_prov.c.in [moved from providers/implementations/macs/kmac_prov.c with 100% similarity]
providers/implementations/macs/poly1305_prov.c.in [moved from providers/implementations/macs/poly1305_prov.c with 100% similarity]
providers/implementations/macs/siphash_prov.c.in [moved from providers/implementations/macs/siphash_prov.c with 100% similarity]

index 68f96ce8358de46d178980a8d887ebadc1a4f742..a582368377bae64d9c9bfae9d94acfc4a2f9524e 100644 (file)
@@ -112,6 +112,12 @@ providers/implementations/ciphers/cipher_chacha20_poly1305.c
 providers/implementations/digests/blake2_prov.c
 providers/implementations/digests/digestcommon.c
 providers/implementations/digests/sha3_prov.c
+providers/implementations/macs/cmac_prov.c
+providers/implementations/macs/gmac_prov.c
+providers/implementations/macs/hmac_prov.c
+providers/implementations/macs/kmac_prov.c
+providers/implementations/macs/poly1305_prov.c
+providers/implementations/macs/siphash_prov.c
 
 # error code files
 /crypto/err/openssl.txt.old
index bede788ddef410cf06078309a321ad57de09ad8f..f0b4fdd4661cdf7ffdc533802cb6a405b1eb40db 100644 (file)
@@ -75,6 +75,12 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/digests/blake2_prov.c \
          providers/implementations/digests/digestcommon.c \
          providers/implementations/digests/sha3_prov.c
+         providers/implementations/macs/gmac_prov.c \
+         providers/implementations/macs/cmac_prov.c \
+         providers/implementations/macs/hmac_prov.c \
+         providers/implementations/macs/kmac_prov.c \
+         providers/implementations/macs/poly1305_prov.c \
+         providers/implementations/macs/siphash_prov.c
 
 GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
 GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
@@ -136,6 +142,12 @@ DEPEND[providers/implementations/kdfs/argon2.c \
        providers/implementations/digests/blake2_prov.c \
        providers/implementations/digests/digestcommon.c \
        providers/implementations/digests/sha3_prov.c \
+       providers/implementations/macs/cmac_prov.c \
+       providers/implementations/macs/gmac_prov.c \
+       providers/implementations/macs/hmac_prov.c \
+       providers/implementations/macs/kmac_prov.c \
+       providers/implementations/macs/poly1305_prov.c \
+       providers/implementations/macs/siphash_prov.c \
        include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
 GENERATE[providers/implementations/kdfs/argon2.c]=\
     providers/implementations/kdfs/argon2.c.in
@@ -191,6 +203,18 @@ GENERATE[providers/implementations/digests/digestcommon.c]=\
     providers/implementations/digests/digestcommon.c.in
 GENERATE[providers/implementations/digests/sha3_prov.c]=\
     providers/implementations/digests/sha3_prov.c.in
+GENERATE[providers/implementations/macs/cmac_prov.c]=\
+    providers/implementations/macs/cmac_prov.c.in
+GENERATE[providers/implementations/macs/gmac_prov.c]=\
+    providers/implementations/macs/gmac_prov.c.in
+GENERATE[providers/implementations/macs/hmac_prov.c]=\
+    providers/implementations/macs/hmac_prov.c.in
+GENERATE[providers/implementations/macs/kmac_prov.c]=\
+    providers/implementations/macs/kmac_prov.c.in
+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[include/openssl/core_names.h]=include/openssl/core_names.h.in
 
 IF[{- defined $target{shared_defflag} -}]