summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_chacha20poly1305.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+5
* Switch to the ISC licensed versions of these files, which Google has madejsing2014-06-211-47/+13
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* Implement an improved version of the EVP AEAD API. Thejsing2014-05-261-29/+33
* Convert OPENSSL_malloc stuff back to intrinsics, a few were missedbeck2014-05-221-2/+2
* Use C99 initialisers for the AEAD struct.jsing2014-05-151-9/+9
* KNF.jsing2014-05-151-70/+67
* Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adamjsing2014-05-151-0/+261