[openssl/openssl] 9fc61b: 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/master
Home: https://github.com/openssl/openssl
Commit: 9fc61ba0a74dfd910c4e96e711291555ac64b2b4
https://github.com/openssl/openssl/commit/9fc61ba0a74dfd910c4e96e711291555ac64b2b4
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)
Commit: 27005cecc75ec7a22a673d57fc35a11dea30ac0a
https://github.com/openssl/openssl/commit/27005cecc75ec7a22a673d57fc35a11dea30ac0a
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)
Compare: https://github.com/openssl/openssl/compare/c89baf871030...27005cecc75e
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