RE: Issue getting enough entropy on Windows NT 4.0 system

2008-10-13 Thread Ray Casterline
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 >

RE: RE: RE: Issue getting enough entropy on Windows NT 4.0 system

2008-10-13 Thread Ray Casterline
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

RE: RE: Issue getting enough entropy on Windows NT 4.0 system

2008-10-10 Thread David Schwartz
> 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

RE: RE: Issue getting enough entropy on Windows NT 4.0 system

2008-10-10 Thread Ray Casterline
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

RE: Issue getting enough entropy on Windows NT 4.0 system

2008-10-10 Thread David Schwartz
> Hello, > > The Windows NT 4.0 system has the workstation service stopped. > > This causes the following snippet from rand_win.c to return 0 > > if (netstatget(NULL, L"LanmanWorkstation", 0, 0, > &outbuf) == 0) > { > RAND_add(outbuf, si