PKCS7_verify() performance optimization. When the content is large and a
authorDr. Stephen Henson <steve@openssl.org>
Fri, 14 Jan 2005 17:52:24 +0000 (17:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 14 Jan 2005 17:52:24 +0000 (17:52 +0000)
commitfcd5cca418c1efcd420cfbdcd56182e0524698c1
tree46769b085b0135c5cfa9364f38d01f8d259972b1
parent9222bc6b4e201d110b463555ae4d39100b9aadc0
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.
crypto/pkcs7/pk7_smime.c