[openssl/openssl] 6e8700: DH_check_pub_key() should not fail when setting re...
Tomáš Mráz
noreply at github.com
Wed Oct 11 14:24:47 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 6e8700f8fe239e0185cf3c863a7f569b53a17620
https://github.com/openssl/openssl/commit/6e8700f8fe239e0185cf3c863a7f569b53a17620
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