]> git.ipfire.org Git - thirdparty/openssl.git/commit
speed.c: Check block size before running EVP_Cipher_loop()
authorTomas Mraz <tomas@openssl.org>
Thu, 24 Oct 2024 14:06:32 +0000 (16:06 +0200)
committerTodd Short <todd.short@me.com>
Mon, 28 Oct 2024 19:53:31 +0000 (15:53 -0400)
commita3660729e68dc11c01edb4a349ff2610b6b59ee0
tree9f22006aea1e7aa3acf0b20883c0f9868a731956
parentc60a2b1830a53f511c48432b43e3aa46edebdd3d
speed.c: Check block size before running EVP_Cipher_loop()

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/25792)
apps/speed.c