Hello everyone,

I am doing research project and that involved sending simple
read/write SSL requests from about 100 threads.
Code eventually blows up during CRYPTO_realloc() call and
while debugging it i noticed, that SSL's malloc()'s are
using some *global* pointers from x509_vfy.c

I assume that could be the big problem of using SSL DLLs
from multiple threads.

Could someone confirm or reject that as a potential problem
for multithreaded applications?

Thanks,

P.S. I build SSL libs without hitch and my executable
does use the same multithreaded RTLs and same compiler
switches as SSL does.
I use NT 4.0 server, SP6a.

--
Gleb Esman

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

Reply via email to