Re: Re: Re: [PHP] Re: Delay at first use of OpenSSL functions

2005-01-18 Thread Vladas Shukevichus
SSL use by default... Would you be so king to point what can be done to make OpenSSL work on Windows as fast as it work on Unix with a kernel-level entropy source? 18.01.2005 21:20:16 Bret Hughes <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]> > On Tue, 2005-01-18 at 11:45,

Re: Re: [PHP] Re: Delay at first use of OpenSSL functions

2005-01-18 Thread Vladas Shukevichus
18.01.2005 18:06:31 Marek Kilimajer <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]> > M. Sokolewicz wrote: > > didn't you read what wez said? they're gathering entropy... you *can't* > > (and shouldn't want to) prevent that. > > > > Or get some good entropy source Can you explain thi

[PHP] Re: Re: Delay at first use of OpenSSL functions

2005-01-18 Thread Vladas Shukevichus
it every time when script run? 18.01.2005 17:24:28 "M. Sokolewicz" <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]> > didn't you read what wez said? they're gathering entropy... you *can't* > (and shouldn't want to) prevent that. > >

[PHP] Delay at first use of OpenSSL functions

2005-01-18 Thread Vladas Shukevichus
Hello, Gents, 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 s