]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix acvp_test sig_gen
authorMatt Caswell <matt@openssl.org>
Mon, 11 Oct 2021 12:43:19 +0000 (13:43 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Oct 2021 07:43:27 +0000 (08:43 +0100)
commit1b327433e52c8acd6db0a69bc772d4bd1800a109
treebd7ec43a006218326fce18dd5bd1380b99dc9231
parentcff7d58eb4c8e0ef43e2fd0b12bc067bd3540e2c
Fix acvp_test sig_gen

Ensure we set the size of the signature buffer before we call
EVP_DigestSign()

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16789)
test/acvp_test.c