[New-bugs-announce] [issue16692] Support TLS 1.1 and TLS 1.2
Antoine Pitrou
report at bugs.python.org
Sat Dec 15 18:31:05 CET 2012
New submission from Antoine Pitrou:
Recent OpenSSL versions (e.g. 1.0.1c) have explicit support for TLS 1.1 and (presumably, although undocumented-ly) TLS 1.2 through TLSv1_1_method() and TLSv1_2_method(). It should be easy to add such support to the ssl module (although figuring out how exactly protocol version compatibility is handled - for the docs - might be a challenge).
----------
components: Library (Lib)
keywords: easy
messages: 177541
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Support TLS 1.1 and TLS 1.2
type: enhancement
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16692>
_______________________________________
More information about the New-bugs-announce
mailing list