]> git.ipfire.org Git - thirdparty/openssl.git/commit
limit bignums to 128 bytes
authorNeil Horman <nhorman@openssl.org>
Fri, 26 Jul 2024 15:01:05 +0000 (11:01 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 9 Aug 2024 12:28:15 +0000 (08:28 -0400)
commit20096473295eeb9d9922f5ef6f5a2cf26a6cf7ea
tree3ce51acda509b630d75292e1c5624e68166af557
parent2ac0e7f4f866e605a05212812203b4799fb12926
limit bignums to 128 bytes

Keep us from spinning forever doing huge amounts of math in the fuzzer

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25013)

(cherry picked from commit f0768376e1639d12a328745ef69c90d584138074)
fuzz/bignum.c