Skip to content

Conversation

@tiran
Copy link
Member

@tiran tiran commented Sep 19, 2017

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 [email protected]

https://bugs.python.org/issue31453

@tiran tiran added needs backport to 2.7 type-bug An unexpected behavior, bug, or error type-security A security issue labels Sep 19, 2017
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 <[email protected]>
@tiran tiran force-pushed the bpo-31453-debian-tls-fix branch from 3c0dea4 to 7f864ff Compare September 19, 2017 21:28
@tiran
Copy link
Member Author

tiran commented Feb 22, 2018

I'm closing this PR because Debian has backed off for now. I rather backport PR #5259 in case Debian disables TLS 1.0 and 1.1 again.

@tiran tiran closed this Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge type-bug An unexpected behavior, bug, or error type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants