Fix some code maintenance issues
[openssl.git] / crypto / asn1 / asn_mime.c
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...