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

Wrong duplicate SSL_WANT_READ check in stop_SSL for sockets in blocking mode #142

Closed
Yaribz opened this issue Oct 26, 2023 · 0 comments · Fixed by #146
Closed

Wrong duplicate SSL_WANT_READ check in stop_SSL for sockets in blocking mode #142

Yaribz opened this issue Oct 26, 2023 · 0 comments · Fixed by #146

Comments

@Yaribz
Copy link
Contributor

Yaribz commented Oct 26, 2023

In the stop_SSL function, the workflow for sockets in blocking mode wrongly checks for SSL_WANT_READ twice instead of checking for SSL_WANT_READ and SSL_WANT_WRITE to perform the correct select operation.

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