]> 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)
committerTomas Mraz <tomas@openssl.org>
Tue, 29 Oct 2024 08:49:39 +0000 (09:49 +0100)
commit06f5e493fd52aaad5251ac717e081f17c0f245b9
tree8809793490e946f1aeda39c688653622f183888a
parent95fd49763579c206929de4828c64ae6c4c342432
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)

(cherry picked from commit a3660729e68dc11c01edb4a349ff2610b6b59ee0)
apps/speed.c