]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_extra_test.c
Fix test_CMAC_keygen
authorMatt Caswell <matt@openssl.org>
Mon, 11 Oct 2021 12:12:49 +0000 (13:12 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Oct 2021 07:43:27 +0000 (08:43 +0100)
commitcff7d58eb4c8e0ef43e2fd0b12bc067bd3540e2c
tree9897e61b1d3fd005e69f8a48675e61d0f21ce7c8
parent61adb6cf950b65a7bfce9a8d78a7744dfae9f978
Fix test_CMAC_keygen

Make sure we correctly pass through the size of the buffer to
EVP_DigestSignFinal

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