Fix some EVP_MD_CTX_* functions
authorMatt Caswell <matt@openssl.org>
Mon, 10 Aug 2020 16:11:39 +0000 (17:11 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 29 Aug 2020 07:40:10 +0000 (17:40 +1000)
commitada0670bf6c2f67016a55750b1f6b08c54f4242c
treec06a6f3e3b7db4145337c04a005d7fe9a215eb07
parent5d51925a90734226f804a7b928326f8ba4bd0434
Fix some EVP_MD_CTX_* functions

Fixes some issues with EVP_MD_CTX_* functions when doing EVP_DigestSign*
and EVP_DigestVerify* functions.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12637)
crypto/evp/digest.c
crypto/evp/m_sigver.c