et
> entropy from the system?
>
> > -Original Message-
> > From: Ray Casterline
> > Sent: Friday, October 10, 2008 9:37 AM
> > To: 'openssl-users@openssl.org'
> > Subject: RE: RE: Issue getting enough entropy on Windows NT
> 4.0 system
>
ropy from
the
> system?
> -Original Message-
> From: Ray Casterline
> Sent: Friday, October 10, 2008 9:37 AM
> To: 'openssl-users@openssl.org'
> Subject: RE: RE: Issue getting enough entropy on Windows NT 4.0 system
>
>
> Thanks for the suggestionb but the R
Thanks for the suggestionb but the RAND_poll function already
pulls from the system right after the big #if 0 block as described
below in the stetup for the calls.
if (advapi)
{
/*
* If it's available, then it's available in both ANSI
outbuf, sizeof(STAT_WORKSTATION_0),
45);
netfree(outbuf);
}
Add to this a large section of calls are #if 0 out due to a reported
problem
by Wolfgang Marczy and there isn't many places this function gets
entropy
from.
Any suggestions?
Tha