Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No multithread support with SSL #42

Open
jcourtat opened this issue May 6, 2021 · 1 comment
Open

No multithread support with SSL #42

jcourtat opened this issue May 6, 2021 · 1 comment

Comments

@jcourtat
Copy link
Contributor

jcourtat commented May 6, 2021

Hello,
According to SSL documentation:

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

@titi38
Copy link
Owner

titi38 commented Sep 6, 2021

Hello Julien,
I agree. It should be a great upgrade...
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants