]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix propquery handling in EVP_DigestSignInit_ex
authorPetr Gotthard <petr.gotthard@centrum.cz>
Mon, 15 Feb 2021 10:53:45 +0000 (11:53 +0100)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 17 Feb 2021 01:09:46 +0000 (11:09 +1000)
commit5b888e931b64a132a0cd33b24344dc6cdac74727
tree0878b258748b8f2234c5ce8065de639803b7faea
parent55e9d8cfffc1a40b0ab72e014ff62d5ef2a0ed63
Fix propquery handling in EVP_DigestSignInit_ex

Fixes #14183. Fix the condition to detect legacy engines, so the
`props` are considered even when libctx == NULL.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14188)
crypto/evp/m_sigver.c