Hello rt, When I use any OpenSSL encryption/decryption function (like openssl_seal, openssl_open, openssl_public_encrypt, openssl_private_decrypt, etc.) it takes very long time to execute, when it has been called in a first time. After that other function calls performs very fast in the same script.
http://bugs.php.net/bug.php?id=31588 [18 Jan 1:23am CET] [EMAIL PROTECTED] Not a php bug; the openssl libraries are gathering entropy on that first hit. It's kind of strange, each time php script with openssl function launched it gets delayed for such a long time (about a sec.). Is there any way how to prevent this? Best regards, Vladas mailto:[EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
