Set error code on alloc failures
[openssl.git] / crypto / asn1 / tasn_enc.c
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-03-27 Matt CaswellDon't write out a bad OID
2016-08-02 Dr. Stephen HensonCheck for overlows and error return from ASN1_object_size()
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-05-03 Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-16 Dr. Stephen HensonNew ASN.1 embed macro.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-03-28 Dr. Stephen HensonMake asn1_ex_i2c, asn1_ex_c2i static.
2015-03-26 Dr. Stephen HensonMove more internal only functions to asn1_locl.h
2015-03-25 Dr. Stephen HensonMove internal only ASN.1 functions to asn1_locl.h
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-03-23 Dr. Stephen HensonRemove old style ASN.1 support.
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-06-27 Dr. Stephen HensonMemory leak and NULL dereference fixes.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-02-28 Dr. Stephen HensonAvoid warnings.
2007-09-18 Andy PolyakovAddenum to "Constify obj_dat.[ch]."
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-01-19 Dr. Stephen HensonFixes for BOOL handling: produce errors for invalid...
2005-09-20 Andy Polyakov"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT...
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2004-04-25 Dr. Stephen HensonMore ASN1 reformat/tidy.
2004-04-24 Dr. Stephen HensonReformat/tidy some of the ASN1 code.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2002-10-06 Dr. Stephen HensonOops, remove old comment out debugging printf...
2002-10-06 Richard LevittePlease do not use C++ comments in C code.
2002-10-03 Dr. Stephen HensonPreliminary streaming ASN1 encode support.
2001-08-26 Geoff Thorpegcc can't spot that 'derlst' is not used uninitialised...
2001-03-08 Bodo Mölleravoid compiler warning
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2000-12-13 Dr. Stephen HensonChange the PKCS7 structure to use SEQUENCE OF for the
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code