summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_chacha20_poly1305.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-05-28Update copyright yearRichard Levitte
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell
2018-09-11Update copyright yearMatt Caswell
2018-07-06evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov
2018-06-29evp/e_chacha20_poly1305.c: improve performance for short TLS records.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-02-15Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi
2017-01-26crypto/evp: harden AEAD ciphers.Andy Polyakov
2017-01-24Add missing flags for EVP_chacha20()Kazuki Yamaguchi
2016-11-10chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte
2016-08-02Fix some style issues...FdaSilvaYY
2016-05-18Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi
2016-05-17Copyright consolidation 04/10Rich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-11evp/e_chacha20_poly1305.c: TLS interop fixes.Andy Polyakov
2015-12-10crypto/evp: add e_chacha20_poly1305.c.Andy Polyakov