aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Dr. Stephen Henson2007-08-122-5/+5
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-21/+10
* Fix error code name.Dr. Stephen Henson2007-05-163-3/+3
* Improve error detection when streaming S/MIME.Dr. Stephen Henson2007-05-102-6/+13
* fix function codes for errorBodo Möller2007-04-244-3/+5
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+6
* Flush b64 BIO.Dr. Stephen Henson2007-04-131-0/+1
* Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson2007-04-131-1/+2
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-134-30/+112
* If you're going to check for negative, use an signed integer! Coverity ID 122.Ben Laurie2007-04-051-1/+2
* check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch2007-04-041-0/+6
* Handle bad content type. Coverity ID 99.Ben Laurie2007-04-041-0/+3
* Fix warning.Ben Laurie2007-04-011-0/+3
* remove dead codeNils Larsch2007-02-261-7/+0
* fix potential memory leaksNils Larsch2007-02-033-20/+85
* Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson2006-12-241-10/+28
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-245-2/+256
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-9/+6
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-10/+0
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-2/+2
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-201-1/+1
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-104-37/+57
* Set detached flag in PKCS7 structure earlier to avoid eating up memory.Dr. Stephen Henson2006-07-091-2/+3
* Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson2006-06-061-1/+80
* Add AES and GOST S/MIME capabilities if algorithms are supported.Dr. Stephen Henson2006-06-061-1/+13
* Flush p7bio when all data has been copied.Dr. Stephen Henson2006-05-261-0/+2
* Fix warnings.Dr. Stephen Henson2006-05-243-4/+4
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-185-2/+51
* Typo.Dr. Stephen Henson2006-05-181-1/+1
* More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson2006-05-185-84/+157
* Remove old digest type hacks for non RSA keys.Dr. Stephen Henson2006-05-181-17/+0
* Tidy up of S/MIME code and add new functions which will make is easierDr. Stephen Henson2006-05-173-79/+135
* Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson2006-05-083-34/+78
* Update PKCS#7 enveloped data to new API.Dr. Stephen Henson2006-05-083-38/+65
* Update S/MIME code to use default digest.Dr. Stephen Henson2006-05-074-1/+19
* Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithmDr. Stephen Henson2006-04-273-6/+43
* Code tidy.Dr. Stephen Henson2006-04-271-2/+1
* New function to extract AlgorithmIdentifier for PKCS7_RECIP_INFO.Dr. Stephen Henson2006-04-272-0/+7
* Don't free up parameter. The public key ASN1 method can do that if it needsDr. Stephen Henson2006-04-271-2/+0
* Remove dss1 hack from S/MIME code.Dr. Stephen Henson2006-04-191-0/+2
* Add OID cross reference table.Dr. Stephen Henson2006-04-181-1/+1
* Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson2006-04-173-46/+41
* Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson2006-04-071-3/+3
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+3
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-2/+4
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-012-0/+3
* 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