Hi, I am using the RSA_private_decrypt() function in one of the custom applications, where we expect the premaster to get decrypted faster. I tried looking at the time consumed by RSA_private_decrypt and loops involved in pseudo-random function to compute key. It is seen that RSA_private_decrypt is taking almost 64 mili-seconds to decrypt the premaster secret. Did someone observe this? Is there some way I can enhance the performance (like cache some parameters etc.)?
My machine is: Intel(R) Xeon(R) CPU E5440 @ 2.83GH with Linux-2.6.22. -- Thanks, Nilesh ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org