[ssl] Remove deprecated protocols, OP_NO_TLS/SSL, and support for TLS < 1.2 #94598
Labels
3.13
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-SSL
type-feature
A feature request or enhancement
Feature or enhancement
Python 3.10 or earlier versions of Python have deprecated
PROTOCOL_*
constants exceptPROTOCOL_TLS_CLIENT
andPROTOCOL_TLS_CLIENT
SSLContext
without a protocol parameterOP_NO_TLS*
andOP_NO_SSL*
optionsIt is time to remove the constants and features.
The text was updated successfully, but these errors were encountered: