I need to seed the random number generator on Windows and can't rely on a service such as EGADS being installed and running. What would you recommend I do to gather random bytes for the seed?
Which versions of Windows are you referring to? On 2k and upwards (maybe also on NT4 with current Service Packs, but I'm not sure there) the RNG should be automatically seeded quite fine using MS Crypto API.
Windows XP. I'm referring to the use of RAND_add to seed OpenSSL's random number generator. It's my understanding that I need to do this manually. Does the MS Crypto API have a function to gather entropy?
Thanks,
Mike ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]