aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn_mime.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Only declare stacks in headersDr. Stephen Henson1-8/+4
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-2/+2
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-4/+4
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte1-0/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-5/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-12/+17
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-3/+4
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-20/+10
2015-04-28remove malloc castsRich Salz1-2/+2
2015-03-25free NULL cleanupRich Salz1-2/+1
2015-03-25RAND_bytes updatesMatt Caswell1-1/+2
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-2/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-798/+804
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+2
2014-08-15multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe1-2/+17
2014-08-15mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe1-8/+17
2014-08-15mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe1-7/+18
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-0/+2
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson1-5/+23
2012-03-12corrected fix to PR#2711 and also cover mime_param_cmpDr. Stephen Henson1-3/+4
2012-02-29PR: 2742Dr. Stephen Henson1-3/+7
2012-02-27free headers after use in error messageDr. Stephen Henson1-1/+1
2012-02-23PR: 2711Dr. Stephen Henson1-0/+4
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov1-3/+3
2008-08-05Correctly handle errors in CMS I/O code.Dr. Stephen Henson1-0/+2
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson1-3/+5
2008-03-12And so it begins...Dr. Stephen Henson1-0/+938