aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_chacha20_poly1305.c
Commit message (Expand)AuthorAgeFilesLines
* Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi2017-02-151-1/+1
* crypto/evp: harden AEAD ciphers.Andy Polyakov2017-01-261-2/+3
* Add missing flags for EVP_chacha20()Kazuki Yamaguchi2017-01-241-1/+1
* chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte2016-11-101-1/+1
* Fix some style issues...FdaSilvaYY2016-08-021-3/+5
* Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi2016-05-181-9/+13
* Copyright consolidation 04/10Rich Salz2016-05-171-47/+6
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* evp/e_chacha20_poly1305.c: TLS interop fixes.Andy Polyakov2015-12-111-12/+10
* crypto/evp: add e_chacha20_poly1305.c.Andy Polyakov2015-12-101-0/+490