Insh_Allah wrote:

> I've had the same problem. What I did was feed the entropy pool with
> anything I could find that was at least a bit 'random'.

I suggest the content of the stack on any architecture where there are
asynchronous interrupts that will store content in your local stack.
Easiest portable way to access it is to read the content of uninitialised
variables.

Easy to implement and not so bad if properly done (do not read a value that is
set by the preceeding function call, do not read a value that is too far to be
overwritten by asynchronous interrupts).



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to