[openssl/openssl] 297312: fuzz/decoder.c: Limit the key sizes on which check...
Tomáš Mráz
noreply at github.com
Wed Apr 10 07:31:59 UTC 2024
Branch: refs/heads/openssl-3.3
Home: https://github.com/openssl/openssl
Commit: 297312b24742b25fa7d0c15e92fe89afbc11123e
https://github.com/openssl/openssl/commit/297312b24742b25fa7d0c15e92fe89afbc11123e
Author: Tomas Mraz <tomas at openssl.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M fuzz/decoder.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24049)
(cherry picked from commit 9fc61ba0a74dfd910c4e96e711291555ac64b2b4)
Commit: bade67dd08df3d4bba377c2a4548eac82df05325
https://github.com/openssl/openssl/commit/bade67dd08df3d4bba377c2a4548eac82df05325
Author: Tomas Mraz <tomas at openssl.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M doc/man3/EVP_PKEY_check.pod
Log Message:
-----------
Document that private and pairwise checks are not bounded by key size
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24049)
(cherry picked from commit 27005cecc75ec7a22a673d57fc35a11dea30ac0a)
Compare: https://github.com/openssl/openssl/compare/04dcf48dfd26...bade67dd08df
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list