summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
AgeCommit message (Expand)Author
2011-01-24PR: 2433Dr. Stephen Henson
2009-09-06PR: 1644Dr. Stephen Henson
2009-08-06Reject leading 0x80 in OID subidentifiers.Dr. Stephen Henson
2009-03-25Reject BMPStrings and UniversalStrings of invalid length. This preventsDr. Stephen Henson
2009-01-28Support NumericString for name components.Dr. Stephen Henson
2008-05-20Oops... PEM_write_bio_ASN1_stream() shouldn't be in 0.9.8 CMS backport.Dr. Stephen Henson
2008-05-20Fix warning.Ben Laurie
2008-04-03Backport of CMS code to 0.9.8-stable branch. Disabled by default.Dr. Stephen Henson
2008-04-02Backport some useful ASN1 utility functions from HEAD.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
2006-02-19Fix from HEAD.Dr. Stephen Henson
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2005-08-20Avoid weak subgroups in Diffie Hellman.Ben Laurie
2005-05-18make the type parameter const when ID2_OF_const() is usedNils Larsch
2005-05-12Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
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
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-03-31Simplicate and add lightness.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Constification.Ben Laurie
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-09-13Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumedDr. Stephen Henson
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-04-10Typo.Dr. Stephen Henson
2003-03-20Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.Richard Levitte
2003-03-20New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-02-22make errorsDr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2002-01-05Experimental configuration code.Dr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15make updateRichard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
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-22Exported header files should not include e_os.h.Richard Levitte