[ssl] Remove deprecated protocols, OP_NO_TLS/SSL, and support for TLS < 1.2
Open
@tiran is already working on this.
Since Jul 6, 2022.
3.13
stdlib
topic-SSL
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
Feature or enhancement
Python 3.10 or earlier versions of Python have deprecated
- all
PROTOCOL_*constants exceptPROTOCOL_TLS_CLIENTandPROTOCOL_TLS_CLIENT SSLContextwithout a protocol parameter- all
OP_NO_TLS*andOP_NO_SSL*options - support for SSL 2.0, SSL 3.0, TLS 1.0, and TLS 1.1
It is time to remove the constants and features.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.