openssl/crypto/pkcs7
Dr. Stephen Henson fcd5cca418 PKCS7_verify() performance optimization. When the content is large and a
memory BIO (for example from SMIME_read_PKCS7 and detached data) avoid lots
of slow memory copies from the memory BIO by saving the content in a
temporary read only memory BIO.
2005-01-14 17:52:24 +00:00
..
p7 Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
t Remove more old temporary files from CVS 1998-12-31 21:51:27 +00:00
.cvsignore Test apps. 1999-06-04 21:31:48 +00:00
bio_ber.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
dec.c Rename SSLeay_add_all_algorithms() et al to 2000-02-04 14:01:38 +00:00
des.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
doc Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
enc.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
es1.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
example.c Correct constness problems. 2004-03-24 10:50:42 +00:00
example.h Make samples compile. 1999-06-03 16:07:37 +00:00
info.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
infokey.pem Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
Makefile.ssl Don't use $(EXHEADER) directly in for loops, as most shells will break 2004-11-02 23:55:01 +00:00
pk7_asn1.c Preliminary streaming ASN1 encode support. 2002-10-03 12:38:52 +00:00
pk7_attr.c Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap(). 2004-09-15 23:47:25 +00:00
pk7_dgst.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
pk7_doit.c Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:03:15 +00:00
pk7_enc.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
pk7_lib.c Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:03:15 +00:00
pk7_mime.c Free up BIO properly when using streaming S/MIME sign. 2004-03-26 00:24:38 +00:00
pk7_smime.c PKCS7_verify() performance optimization. When the content is large and a 2005-01-14 17:52:24 +00:00
pkcs7.h Allow CRLs to be passed into X509_STORE_CTX. This is useful when the 2004-03-27 22:49:28 +00:00
pkcs7err.c Add support for digested data PKCS#7 type. 2003-10-11 22:11:45 +00:00
server.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
sign.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
verify.c Don't clobber loop variable. 2002-07-24 14:43:00 +00:00