aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-1/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Avoid warnings.Dr. Stephen Henson2008-02-281-1/+1
* Addenum to "Constify obj_dat.[ch]."Andy Polyakov2007-09-181-1/+2
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
* Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson2006-01-191-5/+8
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-4/+4
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-7/+7
* Reformat/tidy some of the ASN1 code.Dr. Stephen Henson2004-04-241-118/+188
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-2/+4
* Oops, remove old comment out debugging printf...Dr. Stephen Henson2002-10-061-3/+5
* Please do not use C++ comments in C code.Richard Levitte2002-10-061-1/+3
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-63/+176
* gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe2001-08-261-1/+1
* avoid compiler warningBodo Möller2001-03-081-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-6/+6
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-131-1/+12
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+485