]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
authorChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 01:41:19 +0000 (02:41 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 01:41:19 +0000 (02:41 +0100)
commit1aa9a75fbff2333fd07574e3de8710c629483258
tree0585216be74d60429cdeca7e3d54201dca78206e
parent6e6429a2cdad9ed9698013aca0066e23745a1132
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
with server_hostname on handshake.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c