mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
In AEAD cipher providers raise an error when EVP_DecryptFinal_ex() is called without the authentication tag being set. Fixes #28730 Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28872)