summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
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
2002-12-04Make ASN1_TYPE_get() work for V_ASN1_NULL type.Dr. Stephen Henson
2002-12-03In asn1_d2i_read_bio, don't assume BIO_read willDr. Stephen Henson
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-27Extra ; removed.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-15Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson
2002-11-14use new BIO_indent() function here as wellBodo Möller
2002-11-13free() -> OPENSSL_free()Richard Levitte
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13Fix warnings, makefile cockup.Ben Laurie
2002-11-13Only accept exact match for modifier or tag nameDr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-20In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-06Various Win32 fixes.Dr. Stephen Henson
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson
2002-10-06Please do not use C++ comments in C code.Richard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson