]> git.ipfire.org Git - thirdparty/openssl.git/commit
fuzz/decoder.c: Lower the limits on key checks
authorTomas Mraz <tomas@openssl.org>
Tue, 2 Jul 2024 13:36:03 +0000 (15:36 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 5 Jul 2024 11:45:53 +0000 (07:45 -0400)
commit29696af689df734cae05181d85ee04470c3839d3
tree147bed5238aec7785051fae09f680685050828b5
parent59c415a45f47cb34147427e46c78d945919b1da2
fuzz/decoder.c: Lower the limits on key checks

These checks still take too long time on clusterfuzz
so they are longer than the timeout limit.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/24781)
fuzz/decoder.c