summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
AgeCommit message (Expand)Author
2005-05-11Fix more error codes.Bodo Möller
2005-05-01Support for smime-type MIME parameter.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-07make sure error queue is totally emptiedNils Larsch
2005-04-01TypoDr. Stephen Henson
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-02-14Fix possible memory leak.Dr. Stephen Henson
2005-01-14PKCS7_verify() performance optimization. When the content is large and aDr. 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-09-15Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson
2004-03-26Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson
2004-03-24Correct constness problems.Richard Levitte
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-10-11Add support for digested data PKCS#7 type.Dr. Stephen Henson
2003-10-11Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson
2003-10-10New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson
2003-10-10Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson
2003-10-10Retrieve correct content to sign when theDr. Stephen Henson
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
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2002-12-29make updateRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-04Add declaration got PKCS#7 NDEF.Dr. Stephen Henson
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
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-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-09make updateBodo Möller
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-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-05-07in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)Bodo Möller
2002-02-26Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.Dr. Stephen Henson