summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
AgeCommit message (Expand)Author
2004-03-25Make S/MIME encrypt work again.Dr. Stephen Henson
2004-03-11Finish elimination of Makefile.sslBen Laurie
2004-03-10Step 1 in blowing away Makefile.sslBen Laurie
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-11-03Changes from 0.9.7.Richard Levitte
2003-06-24Return EOF when an S/MIME part have been read.Dr. Stephen Henson
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson
2003-06-02Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-08Really fix PKCS7_set_detached this time...Dr. Stephen Henson
2002-09-07Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson
2002-07-30"make update"Lutz Jänicke
2002-07-24Don't clobber loop variable.Richard Levitte
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-02-26Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.Dr. Stephen Henson
2002-01-02Allow verification of other types than DATA.Richard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-07Don't overwrite signing time.Dr. Stephen Henson
2001-11-15make updateRichard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-10-02A lot of things are undeclared unless x509.h is included.Richard Levitte
2001-09-08Replace old (and invalid) copyright notice.Dr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson
2001-04-05Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte
2001-03-20avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,...Richard Levitte
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-26make updateRichard Levitte
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-04Make depend.Ben Laurie
2001-01-30Increase consistency of header data (some mail readers really do notRichard Levitte
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson
2000-12-31Fix the S/MIME code so it now works again andDr. Stephen Henson