]> granicus.if.org Git - python/commit
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol...
authorAlex Gaynor <alex.gaynor@gmail.com>
Thu, 4 Sep 2014 20:33:22 +0000 (13:33 -0700)
committerAlex Gaynor <alex.gaynor@gmail.com>
Thu, 4 Sep 2014 20:33:22 +0000 (13:33 -0700)
commite98205d7984a5b7f884679f7f7a83c3ddd69c167
tree2fcfdbbff027bc2b8f4e3de1cb6bb8e59f73b3dd
parentceb0e1d751c927ec0a835cae12f54b4bd339b14c
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.

Backport from default.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c