On Mon, 2006-06-26 at 10:46 +0200, Bernhard Froehlich wrote: > Hmm, another wild shot, could it be that /dev/random runs out of entropy > and blocks? > What exactly are the symtoms? Does your application crash or is it just > hanging? Sorry but I did post a follow up directly after the initial post but seems to have been lost. The app segfaults when trying to get the next random device in the list since the list is now NULL.
The for-loop did not even get to read any data from the random device since the FD_SET failed to add the fd to the zeroed list. Anyway, it tries to read from /dev/urandom first, which (as far as I know) does not care about entropy. Thanks for your help. Leon ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]