]> 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 11:59:03 +0000 (07:59 -0400)
commitf0768376e1639d12a328745ef69c90d584138074
treeab0c22d1ce8a09f4649602841ff0822b6de5f54e
parent250a7adbea455051da09c24fdb669ef6133e493a
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)
fuzz/bignum.c