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

NetSSL_OpenSSL and NetSSL_Win: non-blocking support, shutdown behavior fix #4787

Merged
merged 15 commits into from
Nov 29, 2024

Conversation

obiltschnig
Copy link
Member

@obiltschnig obiltschnig commented Nov 28, 2024

This fixes a whole lot of issues in NetSSL_OpenSSL and NetSSL_Win.
Specifically:

  • we now have full support for non-blocking TLS sockets in both NetSSL_OpenSSL and NetSSL_Win
  • fixed TLS shutdown behavior, hopefully once and for all in both NetSSL_OpenSSL and NetSSL_Win
  • cleaned up and fixed NetSSL_Win, including workaround for Schannel bugs

Copy link
Contributor

@matejk matejk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly I don't feel fully competent for review, because I don't know all of the background. Some parts are complete rewrites.

@matejk matejk linked an issue Nov 28, 2024 that may be closed by this pull request
@obiltschnig obiltschnig merged commit d8a423c into main Nov 29, 2024
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NetSSL_Win: TLS handshake may fail for non-blocking sockets
2 participants