]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/speed.c: Fix the benchmarking for AEAD ciphers
authorMohammed Alhabib <zelda923@gmail.com>
Fri, 8 Nov 2024 11:40:49 +0000 (14:40 +0300)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Nov 2024 16:29:26 +0000 (17:29 +0100)
commite71f468449633e358902aca38dfba0f0b0d32675
tree26d606c8c951723d40da45da715e5e7d790fba9c
parent8d723690b0863cafcbae206acf48f9a8d3115fd0
apps/speed.c: Fix the benchmarking for AEAD ciphers

Fixed the benchmarking for the evp aead interface for ccm, gcm, ocb, and siv,
where decryption fails when executing
`openssl speed -evp aes-128-ccm -decrypt` and
`openssl speed -evp aes-128-gcm -decrypt`.

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