]> git.ipfire.org Git - thirdparty/openssl.git/commit
fuzz/decoder.c: Limit the key sizes on which checks are run
authorTomas Mraz <tomas@openssl.org>
Fri, 5 Apr 2024 14:29:53 +0000 (16:29 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Apr 2024 07:28:59 +0000 (09:28 +0200)
commit9fc61ba0a74dfd910c4e96e711291555ac64b2b4
treed4218fc64f49805375bfb6d12a70f16369a0f924
parentc89baf871030c811ba316ccbdcea26c294f605ae
fuzz/decoder.c: Limit the key sizes on which checks are run

In particular the DH safe prime check will be limited to 8192 bits
and the private and pairwise checks are limited to 16384 bits on
any key types.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24049)
fuzz/decoder.c