openssl/providers
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
..
common Providers: fix OSSL_FUNC_CIPHER_CIPHER functions 2019-10-11 15:55:36 +02:00
default/ciphers Cleanup: move provider mains up 2019-10-10 14:12:15 +02:00
fips Cleanup: move remaining providers/common/include/internal/*.h 2019-10-10 14:12:15 +02:00
implementations Providers: fix OSSL_FUNC_CIPHER_CIPHER functions 2019-10-11 15:55:36 +02:00
build.info Cleanup: move provider mains up 2019-10-10 14:12:15 +02:00
defltprov.c Cleanup: move provider mains up 2019-10-10 14:12:15 +02:00
legacyprov.c Cleanup: move provider mains up 2019-10-10 14:12:15 +02:00