aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_mime.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure the mime_hdr_free function can handle NULLsMatt Caswell2016-08-231-0/+2
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-5/+19
* Fix build break.Rich Salz2016-06-161-2/+8
* Constify asn1/asn_mime.cFdaSilvaYY2016-06-151-16/+16
* Copyright consolidation 09/10Rich Salz2016-05-171-50/+5
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+1
* Make BIO opaqueMatt Caswell2016-03-291-0/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-8/+4
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-2/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-4/+4
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-5/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-12/+17
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-20/+10
* remove malloc castsRich Salz2015-04-281-2/+2
* free NULL cleanupRich Salz2015-03-251-2/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-798/+804
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe2014-08-151-2/+17
* mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe2014-08-151-8/+17
* mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe2014-08-151-7/+18
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-0/+2
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-5/+23
* corrected fix to PR#2711 and also cover mime_param_cmpDr. Stephen Henson2012-03-121-3/+4
* PR: 2742Dr. Stephen Henson2012-02-291-3/+7
* free headers after use in error messageDr. Stephen Henson2012-02-271-1/+1
* PR: 2711Dr. Stephen Henson2012-02-231-0/+4
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-3/+3
* Correctly handle errors in CMS I/O code.Dr. Stephen Henson2008-08-051-0/+2
* Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson2008-03-311-3/+5
* And so it begins...Dr. Stephen Henson2008-03-121-0/+938