openssl/providers/common/ciphers
Richard Levitte ff33581c67 Providers: fix OSSL_FUNC_CIPHER_CIPHER functions
This involves gcm_cipher() (providers/common/ciphers/cipher_gcm.c),
ccm_cipher() (providers/common/ciphers/cipher_ccm.c), and
tdes_wrap_cipher() (providers/common/ciphers/cipher_tdes_wrap.c)

These are generic implementations of the OSSL_FUNC_CIPHER_CIPHER
function, which returned -1 on error when they should return 0.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10137)
2019-10-11 15:55:36 +02:00
..
block.c Cleanup: move remaining providers/common/include/internal/*.h 2019-10-10 14:12:15 +02:00
build.info Providers: move all ciphers 2019-10-10 14:12:15 +02:00
cipher_ccm_hw.c Providers: move all ciphers 2019-10-10 14:12:15 +02:00
cipher_ccm.c Providers: fix OSSL_FUNC_CIPHER_CIPHER functions 2019-10-11 15:55:36 +02:00
cipher_common_hw.c Providers: move all ciphers 2019-10-10 14:12:15 +02:00
cipher_common.c Cleanup: move remaining providers/common/include/internal/*.h 2019-10-10 14:12:15 +02:00
cipher_gcm_hw.c Providers: move all ciphers 2019-10-10 14:12:15 +02:00
cipher_gcm.c Providers: fix OSSL_FUNC_CIPHER_CIPHER functions 2019-10-11 15:55:36 +02:00
cipher_local.h Providers: move all ciphers 2019-10-10 14:12:15 +02:00