summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn_mime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-27/+19
* Remove IMPLEMENT_STACK_OF noops.jsing2015-02-221-2/+1
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-101-2/+1
* Check memory allocation results, as well as stack pushes.miod2015-02-081-9/+34
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-3/+3
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-5/+5
* More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSLmiod2014-07-111-1/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+5
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* There is no need for is{upper,lower}() tests before to{lower,uppper}(),deraadt2014-06-011-23/+6
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-8/+4
* remove unused shit. from Alexander Schrijvertedu2014-05-251-1/+1
* Fix memory leaks upon failure.miod2014-05-151-19/+23
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-3/+3
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-2/+2
* More KNF.jsing2014-04-191-263/+334
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-38/+18
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-93/+93
* fix some more leaks, mostly suggestions from miodjsg2014-04-171-1/+3
* fix some of the leaksjsg2014-04-171-2/+6
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* resolve conflictsdjm2012-10-131-7/+16
* resolve conflicts, fix local changesdjm2010-10-011-10/+78
* resolve conflictsdjm2009-04-061-2/+0
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+2
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+874