summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn_mime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace from 'white space'haykam8212020-06-191-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Forgotten GOST2012 support in non-vital placesNikolay Morozov2020-02-141-0/+8
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+2
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-4/+0
* Fix a text canonicalisation bug in CMSMatt Caswell2018-04-031-3/+5
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fix error-path memory leak in asn_mime.cTodd Short2018-01-241-0/+1
* Remove duplicate assignment.KaoruToda2017-10-211-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-28/+12
* 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