summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_enc.c
AgeCommit message (Expand)Author
2018-03-27Don't write out a bad OIDMatt Caswell
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-05-17Copyright consolidation 08/10Rich Salz
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-28Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-02-28Avoid warnings.Dr. Stephen Henson
2007-09-18Addenum to "Constify obj_dat.[ch]."Andy Polyakov
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
2006-01-19Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson
2004-04-24Reformat/tidy some of the ASN1 code.Dr. Stephen Henson
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson
2002-10-06Please do not use C++ comments in C code.Richard Levitte
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
2001-08-26gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe
2001-03-08avoid compiler warningBodo Möller
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte
2000-12-13Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson