aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_dec.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets1-1/+1
2015-05-01free null cleanup finaleRich Salz1-3/+2
2015-03-28Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson1-2/+4
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson1-15/+6
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson1-0/+1
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson1-64/+2
2015-03-19Free up ADB and CHOICE if already initialised.Dr. Stephen Henson1-3/+21
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1233/+1079
2015-01-22Fix strange formatting by indentMatt Caswell1-9/+18
2014-12-17Reject invalid constructed encodings.Dr. Stephen Henson1-0/+8
2010-06-12Fix warnings.Ben Laurie1-2/+1
2009-03-25Update from stable branch.Dr. Stephen Henson1-2/+0
2009-03-25Update from stable branch.Dr. Stephen Henson1-0/+12
2009-03-14Update from stable branch.Dr. Stephen Henson1-9/+21
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-3/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01size_tification.Ben Laurie1-2/+3
2008-06-04More type-checking.Ben Laurie1-4/+6
2007-01-23Update from 0.9.7-stable.Dr. Stephen Henson1-1/+1
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson1-3/+5
2006-09-28Fix ASN.1 parsing of certain invalid structures that can resultMark J. Cox1-0/+1
2006-08-31Fix leakDr. Stephen Henson1-0/+3
2006-02-19Tolerate a SEQUENCE in DN components.Dr. Stephen Henson1-1/+1
2006-02-08p could be uninitializedNils Larsch1-1/+7
2006-01-31Ignore zero length constructed segments.Dr. Stephen Henson1-1/+1
2006-01-29add additional checks + cleanupNils Larsch1-0/+2
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-4/+4
2005-05-11Fix more error codes.Bodo Möller1-14/+14
2005-04-30Typo.Dr. Stephen Henson1-1/+1
2005-04-30Don't attempt to parse nested ASN1 strings by default.Dr. Stephen Henson1-2/+7
2005-04-30Use more efficient way to locate end of an ASN1 structure.Dr. Stephen Henson1-4/+59
2004-04-27Make ASN1 code work again...Dr. Stephen Henson1-1/+1
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson1-1/+1
2004-04-24Reformat/tidy some of the ASN1 code.Dr. Stephen Henson1-355/+637
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-32/+34
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson1-1/+8
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+2
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson1-0/+1
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson1-3/+3
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke1-1/+1
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-0/+19
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson1-2/+7
2001-04-05Don't use 'tt' uninitialized when reporting an errorBodo Möller1-1/+0
2001-04-02Rewrite CHOICE field setting code to properly handleDr. Stephen Henson1-12/+16
2001-02-25Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson1-4/+14
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-4/+4
2001-02-20Include string.h so mem*() functions get properly declared.Richard Levitte1-0/+1
2001-01-04Fix typo in OCSP nonce extension.Dr. Stephen Henson1-1/+5
2001-01-04Update OCSP API.Dr. Stephen Henson1-3/+9