[openssl/openssl] 530931: fuzz/decoder.c: Limit the key sizes on which check...

Tomáš Mráz noreply at github.com
Wed Apr 10 07:32:00 UTC 2024


  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 5309311a79df6550043a73286f80fa8f63c5fd81
      https://github.com/openssl/openssl/commit/5309311a79df6550043a73286f80fa8f63c5fd81
  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: 249a7135d0c91f0aa7051e5a066731fafe387e1a
      https://github.com/openssl/openssl/commit/249a7135d0c91f0aa7051e5a066731fafe387e1a
  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/77b8154b4359...249a7135d0c9

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