summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_dec.c
AgeCommit message (Expand)Author
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-03-25PR: 1868Dr. Stephen Henson
2009-03-25Reject BMPStrings and UniversalStrings of invalid length. This preventsDr. Stephen Henson
2009-03-14Permit nested ASN1 string encoding but with a maximum depth to avoidDr. Stephen Henson
2008-11-05Change old obsolete email address...Dr. Stephen Henson
2007-12-16Updates from HEAD.Dr. Stephen Henson
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
2007-01-23Update from 0.9.7-stable.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toMark J. Cox
2006-08-31Fix from HEAD.Dr. Stephen Henson
2006-02-19Fix from HEAD.Dr. Stephen Henson
2006-02-08backport recent changes from the cvs headNils Larsch
2006-01-31Fix from HEAD.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
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-20Include string.h so mem*() functions get properly declared.Richard Levitte
2001-01-04Fix typo in OCSP nonce extension.Dr. Stephen Henson
2001-01-04Update OCSP API.Dr. Stephen Henson
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson