Hi,

Take a look at : http://www.openssl.org/docs/crypto/rand.html (at section "INTERNALS"). For entropy gathering, RAND_poll is implemented for each platform (also RAND_event is available under Windows for that purpose). For example, you will find in file crypto/rand/rand_win.c all Windows specific PRNG helper functions.

Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr

On 3/26/2011 10:05 AM, Vladimir Belov wrote:
Hello,
What Random number generator is used in the OpenSSL library?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to