openssl/providers/common/ciphers
Shane Lontis 2e9645c8b9 Move gcm decryption tag check higher up in the callstack
Code was updated for s390 that accidently removed the check inside the final method.
Moving the check up before the final method is called is a better way of handling this.
The oneshot method also calls the final method but doesnt need to do this check.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9945)
2019-09-20 12:25:28 +10:00
..
block.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
build.info Add aes_xts cipher to providers 2019-09-14 09:27:49 +10:00
cipher_aes_ccm_hw_aesni.inc Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_ccm_hw_s390x.inc Add basic aria and camellia ciphers modes to default provider 2019-08-22 11:42:54 +10:00
cipher_aes_ccm_hw_t4.inc Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_ccm_hw.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_ccm.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_gcm_hw_aesni.inc Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_gcm_hw_s390x.inc Fix strict-warnings build 2019-09-18 21:58:10 +02:00
cipher_aes_gcm_hw_t4.inc Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_gcm_hw.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_gcm.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_hw_aesni.inc Add basic aria and camellia ciphers modes to default provider 2019-08-22 11:42:54 +10:00
cipher_aes_hw_s390x.inc Fix aes ofb, cfb and cfb8 for s390x 2019-09-18 20:43:02 +02:00
cipher_aes_hw_t4.inc Fix Solaris compile errors in provider ciphers 2019-09-19 21:21:39 +10:00
cipher_aes_hw.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes_xts_hw.c Fix aesni_xts compile error 2019-09-15 19:29:02 +10:00
cipher_aes_xts.c Fix Coverity CID:1453685 'unreachable code' in aes_xts code. 2019-09-18 15:20:30 +10:00
cipher_aes_xts.h Add aes_xts cipher to providers 2019-09-14 09:27:49 +10:00
cipher_aes.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_aes.h Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_ccm_hw.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_ccm.c Add EVP_CIPHER_CTX_tag_length() 2019-09-11 17:52:30 +10:00
cipher_common_hw.c Cleanup ciphers and Add 3des ciphers. 2019-08-26 17:05:08 +10:00
cipher_common.c Add blowfish ciphers to default provider 2019-09-15 20:06:28 +10:00
cipher_gcm_hw.c Move gcm decryption tag check higher up in the callstack 2019-09-20 12:25:28 +10:00
cipher_gcm.c Move gcm decryption tag check higher up in the callstack 2019-09-20 12:25:28 +10:00
cipher_locl.h Add aes_ocb cipher to providers 2019-09-19 20:10:25 +10:00
cipher_tdes_hw.c Fix Solaris compile errors in provider ciphers 2019-09-19 21:21:39 +10:00
cipher_tdes.c Add blowfish ciphers to default provider 2019-09-15 20:06:28 +10:00