]> git.ipfire.org Git - thirdparty/openssl.git/commit
ciphers: Use include file for generated code
authorSimo Sorce <simo@redhat.com>
Thu, 16 Oct 2025 19:48:06 +0000 (15:48 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 20 Oct 2025 07:45:53 +0000 (09:45 +0200)
commit5091f2e318cced2d5ea871d8552914204b33fdea
treedd7e05f18e5a18cb385d9c2842910fbda8f24591
parente461263aa535a39dea1fca5721ba77aa2d19b440
ciphers: Use include file for generated code

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28838)
32 files changed:
.gitignore
build.info
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c [moved from providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c.in with 85% similarity]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c [moved from providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.c.in with 93% similarity]
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha_etm.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_gcm_siv.c [moved from providers/implementations/ciphers/cipher_aes_gcm_siv.c.in with 94% similarity]
providers/implementations/ciphers/cipher_aes_gcm_siv.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ocb.c [moved from providers/implementations/ciphers/cipher_aes_ocb.c.in with 95% similarity]
providers/implementations/ciphers/cipher_aes_ocb.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_siv.c [moved from providers/implementations/ciphers/cipher_aes_siv.c.in with 93% similarity]
providers/implementations/ciphers/cipher_aes_siv.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_wrp.c [moved from providers/implementations/ciphers/cipher_aes_wrp.c.in with 98% similarity]
providers/implementations/ciphers/cipher_aes_wrp.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_xts.c [moved from providers/implementations/ciphers/cipher_aes_xts.c.in with 98% similarity]
providers/implementations/ciphers/cipher_aes_xts.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20.c [moved from providers/implementations/ciphers/cipher_chacha20.c.in with 93% similarity]
providers/implementations/ciphers/cipher_chacha20.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_chacha20_poly1305.c [moved from providers/implementations/ciphers/cipher_chacha20_poly1305.c.in with 91% similarity]
providers/implementations/ciphers/cipher_chacha20_poly1305.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_null.c [moved from providers/implementations/ciphers/cipher_null.c.in with 91% similarity]
providers/implementations/ciphers/cipher_null.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_rc4_hmac_md5.c [moved from providers/implementations/ciphers/cipher_rc4_hmac_md5.c.in with 90% similarity]
providers/implementations/ciphers/cipher_rc4_hmac_md5.inc.in [new file with mode: 0644]
providers/implementations/ciphers/cipher_sm4_xts.c [moved from providers/implementations/ciphers/cipher_sm4_xts.c.in with 97% similarity]
providers/implementations/ciphers/cipher_sm4_xts.inc.in [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon.c [moved from providers/implementations/ciphers/ciphercommon.c.in with 88% similarity]
providers/implementations/ciphers/ciphercommon.inc.in [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_ccm.c [moved from providers/implementations/ciphers/ciphercommon_ccm.c.in with 91% similarity]
providers/implementations/ciphers/ciphercommon_ccm.inc.in [new file with mode: 0644]
providers/implementations/ciphers/ciphercommon_gcm.c [moved from providers/implementations/ciphers/ciphercommon_gcm.c.in with 92% similarity]
providers/implementations/ciphers/ciphercommon_gcm.inc.in [new file with mode: 0644]