]> granicus.if.org Git - python/commit
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Mar 2013 21:24:43 +0000 (22:24 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Mar 2013 21:24:43 +0000 (22:24 +0100)
commit2463e5fee48b116a5f15cf703abe30e08ce114ca
tree17224b1adc4440741f050658a0b1615b23b80319
parentf2c64ed9eb649e83e6c6d7e16ab1752f97ef7fa6
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2.  Initial patch by Michele OrrĂ¹.
Doc/library/ssl.rst
Doc/whatsnew/3.4.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c
setup.py