Re: What Random number generator is used in the OpenSSL library?

2011-03-26 Thread Mounir IDRASSI

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 Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


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


Re: BIO_do_accept() + fork() is leaking 64B?

2011-03-26 Thread Michal Stawinski
On 26 March 2011 03:10, Dr. Stephen Henson  wrote:
> Just to add that technically it should be:
>
> BIO_set_close(bio, BIO_NOCLOSE);
>
> BIO_NOCLOSE just happens to be zero.
>
> Steve.

Yup, I got it from manual. It does the job perfectly- thx.

-- 
Michal Stawinski (nazgee)
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


What Random number generator is used in the OpenSSL library?

2011-03-26 Thread Vladimir Belov

Hello,
What Random number generator is used in the OpenSSL library?
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org