summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cms
AgeCommit message (Expand)Author
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-25BIO_free() returns immediately when the sole input is NULL.Doug Hogan
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; fromMiod Vallat
2014-07-11Fix version number processing in cms_sd_set_version(); OpenSSL PR #3249 viaMiod Vallat
2014-07-11Make CMS_decrypt_set1_pkey() return an error if no recipient type matches,Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel 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-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-04-06resolve conflictsDamien Miller
2009-01-09resolve conflictsDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller