aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_dec.c
Commit message (Expand)AuthorAgeFilesLines
* Don't indicate errors during initial adb decode.Dr. Stephen Henson2016-07-061-1/+1
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-031-2/+0
* Fix invalid freeKurt Roeckx2016-02-281-2/+5
* Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY2016-02-271-9/+4
* Fix leak with ASN.1 combine.Dr. Stephen Henson2015-12-031-2/+5
* d2i: don't update input pointer on failureKurt Roeckx2015-09-151-2/+2
* Free up ADB and CHOICE if already initialised.Dr. Stephen Henson2015-03-191-3/+21
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1233/+1079
* Fix strange formatting by indentMatt Caswell2015-01-221-9/+18
* Reject invalid constructed encodings.Dr. Stephen Henson2014-12-171-0/+8
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+1
* Update from stable branch.Dr. Stephen Henson2009-03-251-2/+0
* Update from stable branch.Dr. Stephen Henson2009-03-251-0/+12
* Update from stable branch.Dr. Stephen Henson2009-03-141-9/+21
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-2/+3
* More type-checking.Ben Laurie2008-06-041-4/+6
* Update from 0.9.7-stable.Dr. Stephen Henson2007-01-231-1/+1
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-3/+5
* Fix ASN.1 parsing of certain invalid structures that can resultMark J. Cox2006-09-281-0/+1
* Fix leakDr. Stephen Henson2006-08-311-0/+3
* Tolerate a SEQUENCE in DN components.Dr. Stephen Henson2006-02-191-1/+1
* p could be uninitializedNils Larsch2006-02-081-1/+7
* Ignore zero length constructed segments.Dr. Stephen Henson2006-01-311-1/+1
* add additional checks + cleanupNils Larsch2006-01-291-0/+2
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-4/+4
* Fix more error codes.Bodo Möller2005-05-111-14/+14
* Typo.Dr. Stephen Henson2005-04-301-1/+1
* Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson2005-04-301-2/+7
* Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson2005-04-301-4/+59
* Make ASN1 code work again...Dr. Stephen Henson2004-04-271-1/+1
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-1/+1
* Reformat/tidy some of the ASN1 code.Dr. Stephen Henson2004-04-241-355/+637
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-32/+34
* ASN1 parse fix and release file changes.Dr. Stephen Henson2003-09-301-1/+8
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-0/+1
* Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson2002-08-231-3/+3
* Shut up compiler warnings for inconsistent declarations.Lutz Jänicke2002-01-291-1/+1
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-0/+19
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-211-2/+7
* Don't use 'tt' uninitialized when reporting an errorBodo Möller2001-04-051-1/+0
* Rewrite CHOICE field setting code to properly handleDr. Stephen Henson2001-04-021-12/+16
* Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson2001-02-251-4/+14
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-4/+4
* Include string.h so mem*() functions get properly declared.Richard Levitte2001-02-201-0/+1
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-041-1/+5