]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
aes_cbc_hmac: rename files in anticipation of generated param decoding
authorPauli <paul.dale@oracle.com>
Thu, 18 Sep 2025 05:58:23 +0000 (15:58 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Oct 2025 15:45:46 +0000 (17:45 +0200)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28616)

.gitignore
build.info
providers/implementations/ciphers/build.info
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c.in [moved from providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c with 100% similarity]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c.in [moved from providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c with 100% similarity]

index 20172f83002cd219e15cc9c9d4b6ecac857d27a5..ca897251af8dd4323a9fe082383460cb8cfaad0e 100644 (file)
@@ -140,6 +140,8 @@ providers/implementations/skeymgmt/generic.c
 providers/implementations/storemgmt/file_store_any2obj.c
 providers/implementations/storemgmt/file_store.c
 providers/implementations/storemgmt/winstore_store.c
+providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
+providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c
 providers/implementations/ciphers/ciphercommon.c
 providers/implementations/ciphers/ciphercommon_ccm.c
 providers/implementations/ciphers/ciphercommon_gcm.c
index d08a996ee4eab61ac67014a37564e069edda685e..e082484ff56e6de719c6a183d37705fa94c0c60e 100644 (file)
@@ -99,6 +99,8 @@ DEPEND[]=include/openssl/asn1.h \
          providers/implementations/storemgmt/file_store_any2obj.c \
          providers/implementations/storemgmt/file_store.c \
          providers/implementations/storemgmt/winstore_store.c \
+         providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c \
+         providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c \
          providers/implementations/ciphers/ciphercommon.c \
          providers/implementations/ciphers/ciphercommon_ccm.c \
          providers/implementations/ciphers/ciphercommon_gcm.c \
@@ -206,6 +208,8 @@ DEPEND[providers/implementations/asymciphers/rsa_enc.c \
        providers/implementations/storemgmt/file_store_any2obj.c \
        providers/implementations/storemgmt/file_store.c \
        providers/implementations/storemgmt/winstore_store.c \
+       providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c \
+       providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c \
        providers/implementations/ciphers/ciphercommon.c \
        providers/implementations/ciphers/ciphercommon_ccm.c \
        providers/implementations/ciphers/ciphercommon_gcm.c \
@@ -331,6 +335,10 @@ GENERATE[providers/implementations/storemgmt/file_store.c]=\
     providers/implementations/storemgmt/file_store.c.in
 GENERATE[providers/implementations/storemgmt/winstore_store.c]=\
     providers/implementations/storemgmt/winstore_store.c.in
+GENERATE[providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c]=\
+    providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c.in
+GENERATE[providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c]=\
+    providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c.in
 GENERATE[providers/implementations/ciphers/ciphercommon.c]=\
     providers/implementations/ciphers/ciphercommon.c.in
 GENERATE[providers/implementations/ciphers/ciphercommon_ccm.c]=\
index 5df3d25f92cd6bc9d3ecb71a348f623b1005e313..b456ec6f98ffa6bf46d2871017e37257e073c6af 100644 (file)
@@ -90,6 +90,8 @@ SOURCE[$COMMON_GOAL]=\
         ciphercommon_gcm.c ciphercommon_gcm_hw.c \
         ciphercommon_ccm.c ciphercommon_ccm_hw.c
 
+INCLUDE[cipher_aes_cbc_hmac_sha.o]=.
+INCLUDE[cipher_aes_cbc_hmac_sha_etm.o]=.
 INCLUDE[ciphercommon.o]=.
 INCLUDE[cipher_chacha20_poly1305.o]=.