> Hi,
> since I have the same problem and since there is almost no useful
> documentation  available,  what I'm supposed  to  do  if there is
> /dev/random but it blocks? Note: Don't have /dev/urandom.

you can read as much as is available, with a non-blocking
file descriptor or with FIONREAD.  If you need more randomness,
yo can try to collect it by reading in as much system state as
possible and adding that to the randomness pool (examples
are output from ps, time, user list, auditing logs, whatever
else you can get your hands on).

> Btw, is there any useful documentation around or in progress? 

I dont know of any, but I'd bet you could find some somewhere,
possibly in an unrelated thread (like ssh lists, info about
using xauth, genera crypto faqs, maybe a linux howto).

> Bye, Wolfgang.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to