aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7
AgeCommit message (Expand)AuthorFilesLines
2005-05-19fix potential memory leakNils Larsch1-1/+6
2005-05-17fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller1-4/+2
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-11Fix more error codes.Bodo Möller3-15/+19
2005-05-01Support for smime-type MIME parameter.Dr. Stephen Henson1-2/+22
2005-04-12Rebuild error codes.Dr. Stephen Henson1-74/+78
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-04-07make sure error queue is totally emptiedNils Larsch1-1/+1
2005-04-01TypoDr. Stephen Henson1-1/+0
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-3/+0
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2005-02-14Fix possible memory leak.Dr. Stephen Henson1-5/+6
2005-01-14PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson1-4/+33
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2-21/+69
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-09-15Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson1-4/+5
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-51/+48
2004-04-19make updateGeoff Thorpe1-39/+29
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson1-5/+10
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2-0/+3
2004-03-26Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson1-5/+4
2004-03-24Correct constness problems.Richard Levitte1-4/+4
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+2
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-10-11Add support for digested data PKCS#7 type.Dr. Stephen Henson4-59/+136
2003-10-11Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson1-6/+5
2003-10-10New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson2-0/+8
2003-10-10Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson1-0/+5
2003-10-10Retrieve correct content to sign when theDr. Stephen Henson1-26/+21
2003-06-24Return EOF when an S/MIME part have been read.Dr. Stephen Henson1-0/+1
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson1-17/+21
2003-06-02Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson1-8/+16
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson3-18/+42
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson3-3/+3
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson3-17/+62
2002-12-29make updateRichard Levitte1-99/+51
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2-3/+3
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-10-04Add declaration got PKCS#7 NDEF.Dr. Stephen Henson1-0/+1
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson1-20/+21
2002-09-08Really fix PKCS7_set_detached this time...Dr. Stephen Henson1-1/+1
2002-09-07Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson1-0/+7
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2-4/+4
2002-08-09make updateBodo Möller1-46/+50
2002-07-30"make update"Lutz Jänicke1-75/+72
2002-07-24Don't clobber loop variable.Richard Levitte1-2/+3
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte1-13/+13
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte1-14/+14