EVP_DigestFinalXOF must not reset the EVP_MD_CTX
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 13 Nov 2020 12:42:31 +0000 (13:42 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 26 Nov 2020 16:39:26 +0000 (17:39 +0100)
commit39fde64a85c93d2b3c6c58d5bde383f5f3932e5f
tree4b7a4b98dce76b11c082a010109564bc01302227
parente109aaa9797c16b0902f8f3302243283828fcfc1
EVP_DigestFinalXOF must not reset the EVP_MD_CTX

It does not do it in legacy path and 1.1.1 so that must not change.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13402)
crypto/evp/digest.c