Tomas Mraz
|
7ed6de997f
|
Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Release: yes
|
2024-09-05 09:35:49 +02:00 |
|
Tomas Mraz
|
29696af689
|
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)
|
2024-07-05 07:45:53 -04:00 |
|
Tomas Mraz
|
8d8a014430
|
fuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX keys as well
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24126)
|
2024-04-17 09:30:11 +02:00 |
|
Tomas Mraz
|
9fc61ba0a7
|
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)
|
2024-04-10 09:28:59 +02:00 |
|
Kurt Roeckx
|
a9e6100bc9
|
Add decoder fuzzer
This found CVE-2023-0217
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20269)
|
2023-06-23 15:54:54 +02:00 |
|