summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_chacha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In chacha_init(), allow for a NULL iv. Reported by znz on github.miod2014-08-041-2/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* KNF.jsing2014-05-081-1/+1
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+65