]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Sep 2014 19:00:10 +0000 (21:00 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Sep 2014 19:00:10 +0000 (21:00 +0200)
commit47e40429fbebb7c0751c5cb20d666089b05710c6
treeb20eadff0e6aa3f3091e5931955d3e51ffbe0a4a
parent60a64d6812e5d3c3bf4291081e3db9dc6acf996c
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c