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

[3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) #107590

Merged
merged 5 commits into from
Feb 21, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 3, 2023

(cherry picked from commit 77e0919)

Co-authored-by: Pablo Galindo Salgado [email protected]
Co-authored-by: T. Wouters [email protected]

…set via SSL_ERROR_SYSCALL (pythonGH-107586)

(cherry picked from commit 77e0919)

Co-authored-by: Pablo Galindo Salgado <[email protected]>
Co-authored-by: T. Wouters <[email protected]>
@vstinner
Copy link
Member

vstinner commented Oct 4, 2023

Ubuntu fails to build:

Failed to build these modules:
_ssl                                                           


Could not build the ssl module!
Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host().
LibreSSL 2.6.4 and earlier do not provide the necessary APIs, https://github.com/libressl-portable/portable/issues/381

@pablogsal @Yhg1s: What should we do with this test bugfix backport?

@ambv ambv merged commit 468ba95 into python:3.9 Feb 21, 2024
17 of 18 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.

6 participants