]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enforce a size check in EVP_MAC_final()
authorMatt Caswell <matt@openssl.org>
Thu, 7 Oct 2021 13:06:32 +0000 (14:06 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Oct 2021 07:43:26 +0000 (08:43 +0100)
commitb97f4dd73b4711eebf731ae0efa6e9b77c7f3304
treecc12d58736c9eb6c5b51561b3de317366f794b96
parent43da9a14f0e73f42f28ae34219929b44df5d1a11
Enforce a size check in EVP_MAC_final()

Make sure that the outsize for the buffer is large enough for the
output from the MAC.

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