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

Fix error handling with OpenSSL 3.0 in SecureSocketImpl.cpp (fixes #3806) #3971

Merged
merged 1 commit into from Mar 17, 2023

Conversation

Burgch
Copy link
Contributor

@Burgch Burgch commented Mar 17, 2023

As described in #3806, the changes to add OpenSSL 3.0 support are incorrect. They result in socket errors not being handled at all because the SSL_ERROR_SYSCALL switch statement is not present when compiling with OpenSSL 3.0.

@aleks-f aleks-f added this to the Release 1.12.5 milestone Mar 17, 2023
@aleks-f aleks-f self-requested a review March 17, 2023 14:48
@aleks-f aleks-f self-assigned this Mar 17, 2023
@aleks-f aleks-f merged commit 9a374ca into pocoproject:devel Mar 17, 2023
15 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants