You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSL can generally be used safely in multi-threaded applications provided that at least two callback functions are set, the locking_function and threadid_func. Note that OpenSSL is not completely thread-safe, and unfortunately not all global resources have the necessary locks. Further, the thread-safety does not extend to things like multiple threads using the same SSL object at the same time.
I don't see such code for multithreading support in libnavajo.
Before i spend any time on fixing this, i would like to make sure we agree on that fact.
regards
Julien
The text was updated successfully, but these errors were encountered:
Hello,
According to SSL documentation:
I don't see such code for multithreading support in libnavajo.
Before i spend any time on fixing this, i would like to make sure we agree on that fact.
regards
Julien
The text was updated successfully, but these errors were encountered: