]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
authorChristian Heimes <christian@python.org>
Sun, 11 Sep 2016 22:01:11 +0000 (00:01 +0200)
committerChristian Heimes <christian@python.org>
Sun, 11 Sep 2016 22:01:11 +0000 (00:01 +0200)
commit5fe668c6727b1301d4fbeb151d81854e74431295
tree12c846f168e95e37b5a5810ee190fdb663d94754
parent722898065c0b1bab196b32f9c1e863195b3aaf9a
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Modules/_ssl.c