openssl/providers
Matt Caswell 4b9c750be8 Make sure we handle input NULL with length 0
If we call EVP_EncryptUpdate/EVP_DecryptUpdate with length 0 we should
be able to handle it. Most importantly we shouldn't get different
results if we do this compared to if we don't!

An exception is made for CCM mode which has special handling for this in
the low level cipher function.

Fixes #8675

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10530)
2019-11-29 10:41:06 +00:00
..
common Make sure we handle input NULL with length 0 2019-11-29 10:41:06 +00:00
fips Tweak some algorithm naming inconsistencies 2019-11-21 15:45:37 +00:00
implementations Make sure we handle input NULL with length 0 2019-11-29 10:41:06 +00:00
build.info Cleanup: move provider mains up 2019-10-10 14:12:15 +02:00
defltprov.c Tweak some algorithm naming inconsistencies 2019-11-21 15:45:37 +00:00
legacyprov.c Tweak some algorithm naming inconsistencies 2019-11-21 15:45:37 +00:00