> Hi!
> My multithread app needs use AES and SHA1 algorithms.
> I've added several mutexes as described in crypto/threads/mttest.c but
> helgrind nevertheless reports about race conditions in ssl functions.
> Also there are several segfaults caused by ssl funcs(gdb detects).
> OPENSSL_THREADS defi
Hi!
My multithread app needs use AES and SHA1 algorithms.
I've added several mutexes as described in crypto/threads/mttest.c but
helgrind nevertheless reports about race conditions in ssl functions.
Also there are several segfaults caused by ssl funcs(gdb detects).
OPENSSL_THREADS defined.
All