summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-195-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-191-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-131-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-054-18/+60
* fix potential memory leakNils Larsch2005-05-201-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-161-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-081-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-031-1/+1
* Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson2004-09-161-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