mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
4b9c750be8
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) |
||
---|---|---|
.. | ||
asymciphers | ||
ciphers | ||
digests | ||
exchange | ||
include/prov | ||
kdfs | ||
keymgmt | ||
macs | ||
signature | ||
build.info |