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
ssl.OP_LEGACY_SERVER_CONNECT missing #89051
Comments
Please implement ssl.OP_LEGACY_SERVER_CONNECT constant that corresponds to SSL_OP_LEGACY_SERVER_CONNECT in C. This is required to make OpenSSL 3.0.0 behave like 1.1.1. |
@graingert Do you want to backport the change to 3.11 and 3.10? |
I'd like the backport in 3.10 and I hope the patch will apply automatically |
You have to manually backport the patch to 3.11 and 3.11 to adjust the |
oh right so it should be |
The original PR should have 3.11 and the backport to 3.10 needs to have 3.10.7. AFAIK versionadded does only support one argument. |
Hmm but then users reading the 3.11 docs will see the wrong versionadded cc @hugovk |
So was it added in 3.11 and backported to 3.10.6? Can it be Otherwise, https://devguide.python.org/documentation/markup/?highlight=versionadded#paragraph-level-markup says of
For example:
|
I've merged #93927 with:
And let's go for:
@graingert Please could you make the 3.10 and 3.11 backport PRs? |
Actually, let's try using Miss Islington and then modify those PRs. |
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Fixes python#89051 (cherry picked from commit 79ccc03)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Fixes python#89051
I closed the backports, as we don't normally backport new features to bugfix branches. https://devguide.python.org/versions/ This will be in the next 3.12.0 alpha 4, due on 2023-01-09. |
xtkoba mannequin commentedAug 11, 2021
•
edited by bedevere-bot
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
The text was updated successfully, but these errors were encountered: