summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_chacha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* typotb2020-01-261-2/+2
* Improve the comment explaining why the previous change matches OpenSSL'stb2020-01-261-8/+15
* Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics:tb2020-01-261-7/+14
* 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