openssl/providers/implementations
Matt Caswell ee0c849e5a Ensure GCM "update" failures return 0 on error
EVP_CipherUpdate is supposed to return 1 for success or 0 for error.
However for GCM ciphers it was sometimes returning -1 for error.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12288)
2020-07-06 09:26:09 +01:00
..
asymciphers Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
ciphers Ensure GCM "update" failures return 0 on error 2020-07-06 09:26:09 +01:00
digests Update copyright year 2020-06-25 14:13:12 +01:00
exchange Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
include/prov Ensure cipher_generic_initkey gets passed the actual provider ctx 2020-07-06 09:26:09 +01:00
kdfs Don't forget our provider ctx when resetting 2020-07-01 11:31:45 +01:00
keymgmt Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
macs Update copyright year 2020-06-25 14:13:12 +01:00
rands coverity 1464983: null pointer dereference 2020-07-05 13:20:09 +10:00
serializers Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
signature Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
build.info rand: set up EVP and DRBG infrastructure for RAND from providers. 2020-06-24 20:05:41 +10:00