On Thu, 20 Dec 2001, Aaron Bannert wrote:
 
> /dev/urandom won't block, so maybe we could live with that once per
> request and use the /dev/random for startup.

right, only problem is apr doesn't support /dev/urandom.  maybe we need an
apr_generate_urandom_bytes() function or a non-blocking flag to
apr_generate_random_bytes()?

modssl already has:
SSLRandomSeed connect file:/dev/urandom 512

but something more portable would be nice.

Reply via email to