summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_pwri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-5/+5
* Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; frommiod2014-07-111-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-7/+7
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* KNF.jsing2014-05-241-127/+104
* Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).jsing2014-05-241-2/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* import OpenSSL-1.0.1cdjm2012-10-131-0/+454