summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cms/cms_pwri.c
AgeCommit message (Expand)Author
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.Jonathan Gray
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-07-11Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; fromMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-24KNF.Joel Sing
2014-05-24Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).Joel Sing
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2012-10-13import OpenSSL-1.0.1cDamien Miller