bpo-31453: [WIP] Allow to change TLS protocols on Debian by tiran · Pull Request #3662 · python/cpython (original) (raw)
DO NOT MERGE
Undo Debian Unstable's patching for SSL_CTX. Allow all protocols with
SSL_CTX_set_min_proto_version() again so they can be enabled and disabled
with SSL_CTX_set_options(). The set_min_proto_version is not supported by
Python, set_options is available as SSLContext.options.
Signed-off-by: Christian Heimes christian@python.org