[openssl/openssl] 3cf883: DH_check_pub_key() should not fail when setting re...

Tomáš Mráz noreply at github.com
Wed Oct 11 14:24:48 UTC 2023


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 3cf88328a9ff4094b9b3da1ccb460468808325de
      https://github.com/openssl/openssl/commit/3cf88328a9ff4094b9b3da1ccb460468808325de
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2023-10-11 (Wed, 11 Oct 2023)

  Changed paths:
    M crypto/dh/dh_check.c
    M crypto/dsa/dsa_check.c
    M crypto/ffc/ffc_key_validate.c
    M providers/implementations/keymgmt/dh_kmgmt.c
    M test/ffc_internal_test.c

  Log Message:
  -----------
  DH_check_pub_key() should not fail when setting result code

The semantics of ossl_ffc_validate_public_key() and
ossl_ffc_validate_public_key_partial() needs to be changed
to not return error on non-fatal problems.

Fixes #22287

Reviewed-by: Todd Short <todd.short at me.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22291)

(cherry picked from commit eaee1765a49c6a8ba728e3e2d18bb67bff8aaa55)




More information about the openssl-commits mailing list