summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_mime.c
AgeCommit message (Expand)Author
2016-08-23Ensure the mime_hdr_free function can handle NULLsMatt Caswell
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-16Fix build break.Rich Salz
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-08-15multi_split: check for NULL when allocating parts and bpart, and for failure ...Jonas Maebe
2014-08-15mime_hdr_addparam: free tmpname, tmpval and mparam on error path, and check w...Jonas Maebe
2014-08-15mime_hdr_new: free mhdr, tmpname, tmpval on error pathJonas Maebe
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson
2012-03-12corrected fix to PR#2711 and also cover mime_param_cmpDr. Stephen Henson
2012-02-29PR: 2742Dr. Stephen Henson
2012-02-27free headers after use in error messageDr. Stephen Henson
2012-02-23PR: 2711Dr. Stephen Henson
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov
2008-08-05Correctly handle errors in CMS I/O code.Dr. Stephen Henson
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson