summaryrefslogtreecommitdiff
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson2005-08-044-18/+60
* fix potential memory leakNils Larsch2005-05-191-1/+6
* fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller2005-05-171-4/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Fix more error codes.Bodo Möller2005-05-113-15/+19
* Support for smime-type MIME parameter.Dr. Stephen Henson2005-05-011-2/+22
* Rebuild error codes.Dr. Stephen Henson2005-04-121-74/+78
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* TypoDr. Stephen Henson2005-04-011-1/+0
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-3/+0
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Fix possible memory leak.Dr. Stephen Henson2005-02-141-5/+6
* PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson2005-01-141-4/+33
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-052-21/+69
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson2004-09-151-4/+5
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-51/+48
* make updateGeoff Thorpe2004-04-191-39/+29
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-281-5/+10
* Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2004-03-272-0/+3
* Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson2004-03-261-5/+4
* Correct constness problems.Richard Levitte2004-03-241-4/+4
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Add support for digested data PKCS#7 type.Dr. Stephen Henson2003-10-114-59/+136
* Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson2003-10-111-6/+5
* New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson2003-10-102-0/+8
* Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson2003-10-101-0/+5
* Retrieve correct content to sign when theDr. Stephen Henson2003-10-101-26/+21
* Return EOF when an S/MIME part have been read.Dr. Stephen Henson2003-06-241-0/+1
* Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson2003-06-021-17/+21
* Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson2003-06-021-8/+16
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-013-18/+42
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-253-3/+3
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-153-17/+62
* make updateRichard Levitte2002-12-291-99/+51
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-282-3/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Add declaration got PKCS#7 NDEF.Dr. Stephen Henson2002-10-041-0/+1
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-20/+21
* Really fix PKCS7_set_detached this time...Dr. Stephen Henson2002-09-081-1/+1
* Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson2002-09-071-0/+7
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-122-4/+4
* make updateBodo Möller2002-08-091-46/+50
* "make update"Lutz Jänicke2002-07-301-75/+72
* Don't clobber loop variable.Richard Levitte2002-07-241-2/+3
* Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-181-13/+13