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

2005-01-18 Thread Vladas Shukevichus
Thanks a lot for such a superb explanation! It's clear now why OpenSSL gather entropy for such a long time, it just doesn't have any external source of it. But I still need my scripts run as fast as possible :) There are Windows 2003 + IIS6, so there are no any dev/random device, OpenSSL use by de

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

2005-01-18 Thread Bret Hughes
On Tue, 2005-01-18 at 11:45, Vladas Shukevichus wrote: > 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) preve

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