Properly zero cipher_data for ChaCha20-Poly1305 on cleanup
authorKazuki Yamaguchi <k@rhe.jp>
Thu, 26 Jan 2017 04:01:30 +0000 (13:01 +0900)
committerRich Salz <rsalz@openssl.org>
Thu, 16 Feb 2017 01:00:34 +0000 (20:00 -0500)
commita8f957686675194d786b41f6e1f7c48bb85723ec
tree59c2c1982811b4c8a7c9de6fb511a63eec39df1d
parent8653e78f4319b23d60239f9557d8c1e1d23be1a5
Properly zero cipher_data for ChaCha20-Poly1305 on cleanup

Fix a typo. Probably this has not been found because EVP_CIPHER_CTX is
smaller than EVP_CHACHA_AEAD_CTX and heap overflow does not occur.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2294)
crypto/evp/e_chacha20_poly1305.c