Change (!seqtt) to (seqtt == NULL)
[openssl.git] / crypto / asn1 / tasn_dec.c
2016-06-14 Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14 Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-04 Dr. Stephen HensonCheck for overflows in EOC.
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-05-03 Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-04-04 Emilia KasperFix memory leaks in ASN.1
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-23 FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2016-01-23 mrprefree item after sk_push fail
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-05 Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-09-16 Dr. Stephen HensonNew ASN.1 embed macro.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-01 Rich Salzfree null cleanup finale
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-23 Dr. Stephen HensonRemove old style ASN.1 support.
2015-03-19 Dr. Stephen HensonFree up ADB and CHOICE if already initialised.
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 CaswellFix strange formatting by indent
2014-12-17 Dr. Stephen HensonReject invalid constructed encodings.
2010-06-12 Ben LaurieFix warnings.
2009-03-25 Dr. Stephen HensonUpdate from stable branch.
2009-03-25 Dr. Stephen HensonUpdate from stable branch.
2009-03-14 Dr. Stephen HensonUpdate from stable branch.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben Lauriesize_tification.
2008-06-04 Ben LaurieMore type-checking.
2007-01-23 Dr. Stephen HensonUpdate from 0.9.7-stable.
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-09-28 Mark J. CoxFix ASN.1 parsing of certain invalid structures that...
2006-08-31 Dr. Stephen HensonFix leak
2006-02-19 Dr. Stephen HensonTolerate a SEQUENCE in DN components.
2006-02-08 Nils Larschp could be uninitialized
2006-01-31 Dr. Stephen HensonIgnore zero length constructed segments.
2006-01-29 Nils Larschadd additional checks + cleanup
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-05-11 Bodo MöllerFix more error codes.
2005-04-30 Dr. Stephen HensonTypo.
2005-04-30 Dr. Stephen HensonDon't attempt to parse nested ASN1 strings by default.
2005-04-30 Dr. Stephen HensonUse more efficient way to locate end of an ASN1 structure.
2004-04-27 Dr. Stephen HensonMake ASN1 code work again...
2004-04-25 Dr. Stephen HensonMore ASN1 reformat/tidy.
2004-04-24 Dr. Stephen HensonReformat/tidy some of the ASN1 code.
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-09-30 Dr. Stephen HensonASN1 parse fix and release file changes.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-03 Dr. Stephen HensonPreliminary streaming ASN1 encode support.
2002-08-23 Dr. Stephen HensonReinstate the check for invalid length BIT STRINGS,
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-04-05 Bodo MöllerDon't use 'tt' uninitialized when reporting an error
2001-04-02 Dr. Stephen HensonRewrite CHOICE field setting code to properly handle
2001-02-25 Dr. Stephen HensonTrap an invalid ASN1_ITEM construction and print out
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.
2001-01-04 Dr. Stephen HensonFix typo in OCSP nonce extension.
2001-01-04 Dr. Stephen HensonUpdate OCSP API.
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code