I have some code that is useing PKCS7_verify and SMIME_write_PKCS7 and on large files these functions are noticable slow. I have looked through the openssl code and see that these function are only reading and writing from arrays that are only 4096 bytes in size. I need to speed up these function and would like to know if I can just incress this buffer size of if theres is some other trick to making them faster?

I am currently using openssl version 0.9.7d

Thanks for any help.
Perry

--
Perry L. Jones (Software Engineer)
E-mail: [EMAIL PROTECTED]
Phone: (315) 838-7038
Fax:   (315) 838-7196

Dolphin Technology Inc.
474 Phoenix Drive
Rome, NY 13441-4911

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to