Skip to content

examples/threaded-ssl: remove locking callback code #13851

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

Closed
wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Jun 1, 2024

  • Remove the locking callback code that demonstrates how to meet requirements of threading libraries (mainly OpenSSL).

Locking callback code has not been needed for many years. According to the documentation for OpenSSL and GnuTLS they are thread-safe by design, assuming support for the underlying OS threading API is built-in.

Ref: #13850 (comment)

Closes #xxxx

- Remove the locking callback code that demonstrates how to meet
  requirements of threading libraries (mainly OpenSSL).

Locking callback code has not been needed for many years. According to
the documentation for OpenSSL and GnuTLS they are thread-safe by design,
assuming support for the underlying OS threading API is built-in.

Ref: curl#13850 (comment)

Closes #xxxx
@jay jay closed this in fd2315e Jun 4, 2024
@jay jay deleted the example_pthread_remove_callbacks branch June 4, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants