Skip to content

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

Merged
aleks-f merged 1 commit intopocoproject:develfrom
Burgch:openssl-3.0-fix
Mar 17, 2023
Merged

Fix error handling with OpenSSL 3.0 in SecureSocketImpl.cpp (fixes #3806)#3971
aleks-f merged 1 commit intopocoproject:develfrom
Burgch:openssl-3.0-fix

Conversation

@Burgch
Copy link
Copy Markdown
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
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.

2 participants