summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_dec.c
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-03-26Limit ASN.1 constructed types recursive definition depthMatt Caswell
2017-02-06Combined patch for the more or less obvious issuesBernd Edlinger
2016-07-06Don't indicate errors during initial adb decode.Dr. Stephen Henson
2016-06-15Change (!seqtt) to (seqtt == NULL)Richard Levitte
2016-06-15Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-02-28Fix invalid freeKurt Roeckx
2016-02-27Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY
2015-12-03Fix leak with ASN.1 combine.Dr. Stephen Henson
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-03-19Free up ADB and CHOICE if already initialised.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2009-03-25Update from stable branch.Dr. Stephen Henson
2009-03-25Update from stable branch.Dr. Stephen Henson
2009-03-14Update from stable branch.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2007-01-23Update from 0.9.7-stable.Dr. Stephen Henson
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
2006-09-28Fix ASN.1 parsing of certain invalid structures that can resultMark J. Cox
2006-08-31Fix leakDr. Stephen Henson
2006-02-19Tolerate a SEQUENCE in DN components.Dr. Stephen Henson
2006-02-08p could be uninitializedNils Larsch
2006-01-31Ignore zero length constructed segments.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-30Typo.Dr. Stephen Henson
2005-04-30Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson
2005-04-30Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson
2004-04-27Make ASN1 code work again...Dr. Stephen Henson
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson
2004-04-24Reformat/tidy some of the ASN1 code.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson
2001-04-05Don't use 'tt' uninitialized when reporting an errorBodo Möller
2001-04-02Rewrite CHOICE field setting code to properly handleDr. Stephen Henson
2001-02-25Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson