constify *_dup() and *i2d_*() and related functions as far as possible, introducing...
[openssl.git] / crypto / asn1 / asn_mime.c
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-04-03 Matt CaswellFix a text canonicalisation bug in CMS
2018-02-13 Matt CaswellUpdate copyright year
2018-01-24 Todd ShortFix error-path memory leak in asn_mime.c
2017-10-21 KaoruTodaRemove duplicate assignment.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 PauliThis has been added to avoid the situation where some...
2016-08-22 Matt CaswellEnsure the mime_hdr_free function can handle NULLs
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-16 Rich SalzFix build break.
2016-06-15 FdaSilvaYYConstify asn1/asn_mime.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-21 Matt CaswellFix some code maintenance issues
2016-03-29 Matt CaswellMake BIO opaque
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2014-08-15 Jonas Maebemulti_split: check for NULL when allocating parts and...
2014-08-15 Jonas Maebemime_hdr_addparam: free tmpname, tmpval and mparam...
2014-08-15 Jonas Maebemime_hdr_new: free mhdr, tmpname, tmpval on error path
2014-06-27 Dr. Stephen HensonMemory leak and NULL dereference fixes.
2014-02-13 Dr. Stephen HensonAdd suppot for ASCII with CRLF canonicalisation.
2012-03-12 Dr. Stephen Hensoncorrected fix to PR#2711 and also cover mime_param_cmp
2012-02-29 Dr. Stephen HensonPR: 2742
2012-02-27 Dr. Stephen Hensonfree headers after use in error message
2012-02-23 Dr. Stephen HensonPR: 2711
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2008-08-05 Dr. Stephen HensonCorrectly handle errors in CMS I/O code.
2008-03-31 Dr. Stephen HensonUse correct headers for signed receipts. Use consistent...
2008-03-12 Dr. Stephen HensonAnd so it begins...