summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2005-03-30Constification.Ben Laurie
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte
2005-01-27Get rid if the annoying warningRichard Levitte
2004-12-12Remove duplicate lines.Dr. Stephen Henson
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-09-13Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumedDr. Stephen Henson
2004-08-10Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson
2004-07-04PKCS#8 fixes from stable branch.Dr. Stephen Henson
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
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-04-19make updateGeoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-28Remove obsolete files.Dr. Stephen Henson
2004-03-27Extend OID config module format.Dr. Stephen Henson
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-05Cleanup ASN1 OID module when it exits.Dr. Stephen Henson
2004-01-27Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-10Avoid possible memory leaks in error-handling.Geoff Thorpe
2003-11-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson
2003-10-29Remove a line that was causing redundant declarations.Geoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson
2003-08-21outlen should be int * in out_utf8.Dr. Stephen Henson
2003-05-21Fix sign bugs.Richard Levitte
2003-05-07Add correct DN entry for serialNumber.Dr. Stephen Henson
2003-04-10Typo.Dr. Stephen Henson
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
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-03-14Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller
2003-02-20Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson
2003-02-18Typo.Dr. Stephen Henson
2003-02-11GeneralString support in mini-ASN1 compilerDr. Stephen Henson
2003-01-24For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2003-01-01Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte
2002-12-29make updateRichard Levitte
2002-12-06Workaround for GCC-ia64 compiler bug.Andy Polyakov
2002-12-04In ECPKParameters_print, output the private key length correctlyBodo Möller