Nguyen Ngoc Hoa wrote:
>No for both,
>These three functions just need only when you make new SSL context,
>and then each threads will operate and be effectted in this context.

Hmmm... That doesn't sound right. Are you saying that:

>RAND_xxx();
>SSLeay_add_ssl_algorithms();
>SSL_load_error_strings();

Need to be run every time I make a new SSL context (SSL_CTX_new())?
I'm pretty sure that's not correct (or at least that's not how
I've been doing it and things are working). Right now I call these
functions once per process (except for the RAND stuff which I call
once per thread, though I don't know if that's necessary...).


-Bill Klein <[EMAIL PROTECTED]>


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

Reply via email to