This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2012-12-15.17:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355592665.89.0.539973629387.issue16692@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-12-15 17:31:05pitrousetrecipients: + pitrou
2012-12-15 17:31:05pitrousetmessageid: <1355592665.89.0.539973629387.issue16692@psf.upfronthosting.co.za>
2012-12-15 17:31:05pitroulinkissue16692 messages
2012-12-15 17:31:05pitroucreate