summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_chacha20_poly1305.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-07-16Update copyright yearRichard Levitte
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize 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-01Structure alignment macro.Pauli
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
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