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 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

Issue getting enough entropy on Windows NT 4.0 system

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