do_sigver_init: Allow reinitialization of an existing operation.
authorTomas Mraz <tomas@openssl.org>
Thu, 4 Nov 2021 10:06:26 +0000 (11:06 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Nov 2021 15:39:33 +0000 (16:39 +0100)
commitae6b68b761b9c5f30897747487ea943ccfab53ba
tree906e62f740b692ad51d031a240e95fc23375c2b5
parent680827a15f12c3b37a6335fcb992555cf300730e
do_sigver_init: Allow reinitialization of an existing operation.

Fixes #16936

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16964)
crypto/evp/m_sigver.c
providers/implementations/signature/mac_legacy_sig.c
test/evp_extra_test.c