]> granicus.if.org Git - openssl/commit
Don't access memory before checking the correct length in aesni_cbc_hmac_sha256_ctrl...
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 24 Mar 2017 08:03:54 +0000 (09:03 +0100)
committerAndy Polyakov <appro@openssl.org>
Sat, 25 Mar 2017 10:14:03 +0000 (11:14 +0100)
commit2ba62f06496f809814ab7fd4028887216387d65b
treeb49277a146e35930c4b1eb69ffe014e7c5e60458
parent943a3ccb968f3544be4b03099ab04a400b758f11
Don't access memory before checking the correct length in aesni_cbc_hmac_sha256_ctrl in case EVP_CTRL_AEAD_TLS1_AAD.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3023)

(cherry picked from commit 1b6f5a4d3b8cdb02e0bba6878a2b70c850522440)
crypto/evp/e_aes_cbc_hmac_sha256.c