summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2004-07-06Ooops, missed part of PKCS#8 patch.Dr. Stephen Henson
2004-07-04Fix memory leak.Dr. Stephen Henson
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-03-28Obsolete files.Dr. Stephen Henson
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-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson
2003-09-30Fix for ASN1 parsing bugs.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-03-14Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson
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-06Workaround for GCC-ia64 compiler bug.Andy Polyakov
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-13free() -> OPENSSL_free()Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson
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-08-30Apply -nameopt patches to 0.9.7Dr. Stephen Henson
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson
2002-08-02Fix typoDr. Stephen Henson
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-13Add support for DJGPP.Richard Levitte
2002-06-13Add missing prototypes.Lutz Jänicke
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2002-05-31Fix warnings.Ben Laurie
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-05-22Remove warnings about uninitialised variables.Richard Levitte
2002-05-18Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-02-23Remove old commentDr. Stephen Henson
2002-02-15Don't call finish function if it isn't set.Dr. Stephen Henson
2002-02-03ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke