Re: choosing another random number generator

2004-06-15 Thread Brian Keefer
On Thu, 2004-06-10 at 12:39, Chuck Swiger wrote: > Consider getting something like: > > http://www.soekris.com/vpn1401.htm > > ...which will provide you with a hardware-based RNG. You'll need to enable > some options in the kernel to use it (search for HIFN in LINT)... Recent VIA C3 CPUs also

Re: choosing another random number generator

2004-06-12 Thread Holger Eitzenberger
On Thu, Jun 10, 2004 at 03:39:50PM -0400, Chuck Swiger wrote: > > WARNING: pseudo-random number generator used for IPsec processing > > Consider getting something like: > > http://www.soekris.com/vpn1401.htm > > ...which will provide you with a hardware-based RNG. You'll need to enable >

Re: choosing another random number generator

2004-06-10 Thread Chuck Swiger
Holger Eitzenberger wrote: using FBSD 4.9 I want to choose another RNG, because I have to following line in the logs when starting IPSec: WARNING: pseudo-random number generator used for IPsec processing Against popular believe[1] the Handbook or the random(4) manpage does not mention how t

choosing another random number generator

2004-06-10 Thread Holger Eitzenberger
Hi all, using FBSD 4.9 I want to choose another RNG, because I have to following line in the logs when starting IPSec: WARNING: pseudo-random number generator used for IPsec processing Against popular believe[1] the Handbook or the random(4) manpage does not mention how to switch to anot