This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ssl.OP_LEGACY_SERVER_CONNECT missing
Type: Stage: patch review
Components: SSL Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, python-dev, xtkoba
Priority: normal Keywords: patch

Created on 2021-08-11 11:35 by xtkoba, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 27776 closed python-dev, 2021-08-16 03:58
Messages (1)
msg399386 - (view) Author: Tee KOBAYASHI (xtkoba) * Date: 2021-08-11 11:35
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.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89051
2021-08-16 03:58:50python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request26248
stage: patch review
2021-08-11 11:35:40xtkobacreate