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: Remove LibreSSL workarounds
Type: enhancement Stage: patch review
Components: SSL Versions: Python 3.11, Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, ramikg
Priority: normal Keywords: patch

Created on 2021-10-05 04:56 by ramikg, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 28728 open ramikg, 2021-10-05 04:57
Messages (1)
msg403193 - (view) Author: (ramikg) * Date: 2021-10-05 04:56
Python 3.10 drops support for LibreSSL (as per PEP 644), but there are still a few workarounds & mentions of LibreSSL in the source code.

The related PR cleans the code of any LibreSSL workarounds or mentions.
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89532
2021-10-05 08:45:15christian.heimessettitle: Remove LibreSSL support -> Remove LibreSSL workarounds
versions: + Python 3.10
2021-10-05 04:57:59ramikgsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27075
2021-10-05 04:56:22ramikgcreate