]> granicus.if.org Git - openssl/commit
PKCS7_verify() performance optimization. When the content is large and a
authorDr. Stephen Henson <steve@openssl.org>
Fri, 14 Jan 2005 17:53:16 +0000 (17:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 14 Jan 2005 17:53:16 +0000 (17:53 +0000)
commit420eb6a306fc263ed77915378837799a33d9d158
treef289ea71f05d3ac3951d3a2dd3b48b7b1814238c
parente9ddd85965d37a7cdc3698b866e729fb7651c565
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