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

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


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: eaee1765a49c6a8ba728e3e2d18bb67bff8aaa55
      https://github.com/openssl/openssl/commit/eaee1765a49c6a8ba728e3e2d18bb67bff8aaa55
  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)




More information about the openssl-commits mailing list