Re: Ocotillo PRNG

2001-04-27 Thread Lutz Jaenicke
On Fri, Apr 27, 2001 at 11:33:25AM -0700, Crosland, Jerel (Contract) wrote: > I'd like to use the http://ocotillo.sourceforge.net";>Ocotillo > PRNG with OpenSSL, but it is failing when I do the "make test" in the > "randtest" module. Ocotillo creates a named pipe at /dev/urandom but if > OpenSSL i

Re: Ocotillo PRNG

2001-04-27 Thread Vijo Cherian
A related question: if I have a hardware random number generator and i use it instead of /dev/urandom, is it likely to improve performance at all? how much will it help? thanks, vijo. On Fri, 27 Apr 2001, you wrote: > On Fri, Apr 27, 2001 at 11:33:25AM -0700, Crosland, Jerel (Contract) wrote

RE: Ocotillo PRNG

2001-04-30 Thread Michael Wojcik
> From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 6:58 PM > On Fri, Apr 27, 2001 at 11:33:25AM -0700, Crosland, Jerel (Contract) wrote: > > I'd like to use the Ocotillo > > PRNG with OpenSSL, but it is failing when I do the "make test" in the > > "randtest" module. O