summaryrefslogtreecommitdiff
path: root/crypto/evp/e_chacha20_poly1305.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis2019-08-081-1/+6
* Structure alignment macro.Pauli2019-05-011-2/+2
* Prevent over long nonces in ChaCha20-Poly1305Matt Caswell2019-03-061-1/+3
* Added new EVP/KDF API.David Makepeace2019-02-131-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov2018-07-061-8/+46
* evp/e_chacha20_poly1305.c: improve performance for short TLS records.Andy Polyakov2018-06-291-10/+148
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* 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