]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contexts
authorTomas Mraz <tomas@openssl.org>
Tue, 23 Nov 2021 14:52:04 +0000 (15:52 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 24 Nov 2021 17:43:16 +0000 (18:43 +0100)
commit11a044af6ed36f833e15b30ce742842318bc20cc
tree5cbdb91d30a047849052f1191a3a856e11b4ac8d
parent90023b7e55b87f5b9a4f1b44f79f347cb71e257f
EVP_MD_CTX_copy_ex: Allow copying uninitialized digest contexts

Fixes #17117

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17118)

(cherry picked from commit 9ece8323ea2230092227bf20e5d93012d15d92e9)
crypto/evp/digest.c