]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix evp aead decryption for ccm, gcm etc
authorMohammed Alhabib <zelda923@gmail.com>
Wed, 6 Nov 2024 10:28:54 +0000 (13:28 +0300)
committerTomas Mraz <tomas@openssl.org>
Mon, 11 Nov 2024 10:09:28 +0000 (11:09 +0100)
commit18a490c903c75701dd20f4effbbebe9b4e0cf925
tree4e1148fd809818fa958c6952700e9b233f1d01a6
parentde94ec0012dfa5f11e48755c1ec9287891b5ebd7
Fix evp aead decryption for ccm, gcm etc

This fixes decryption failures for AE modes such as CCM, GCM,
OCB, SIV, and GCM-SIV.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25887)
apps/speed.c