◐ Shell
clean mode source ↗

[3.10] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) by xnox · Pull Request #118262 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

ambv

merged 1 commit into

May 7, 2024

Conversation

@xnox

@xnox xnox commented

Apr 24, 2024

edited by bedevere-app Bot

Loading

…0456)

This fixes Ubuntu pipeline with OpenSSL 3.1+

@xnox xnox changed the title gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456) [3.10] gh-100454: Fix running SSL tests with OpenSSL 3.1+ (GH-100456)

Apr 24, 2024

@xnox xnox mentioned this pull request

Apr 25, 2024

@miss-islington-app

Thanks @xnox for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 9, 2024
…onGH-100456) (pythonGH-118262)

This fixes Ubuntu pipeline with OpenSSL 3.1+

(cherry picked from commit 333c7dc)

Co-authored-by: Dimitri John Ledkov <19779+xnox@users.noreply.github.com>
Co-authored-by: Illia Volochii <illia.volochii@gmail.com>

@bedevere-app