Any comments on how good this random data is, assuming that the default
cryptographic service provider is used? Wouldn't this be the Windows
equivalent to /dev/random or /dev/urandom on a Unix box?
If this random data is high quality, does it make sense to seed the PRNG
from CryptGenRandom() alone? Doing so could avoid some of the problems
mentioned earlier on this list about COM+ not being initialized and causing
RAND_poll() to hang. I'm not suggesting that RAND_poll() be changed, as one
could use RAND_add() at application start-up to avoid an automatic call to
RAND_poll().
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openss...@openssl.org
Automated List Manager majo...@openssl.org
In case someone would like to make a statement: please remember to evaluate
the background. That is, exactly why would you trust such an answer.
The good reason might be analysing the code; code does what is says.
yours,
Vadim