]> granicus.if.org Git - python/commit
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Feb 2015 17:12:20 +0000 (18:12 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Feb 2015 17:12:20 +0000 (18:12 +0100)
commitc481bfb3f62787e9ef0947785df7383a173a23c3
treec7d6b4745a46c9d535ce3f413c4dd0f69f488f84
parent2d07b855855c13814c2050f2f062aadf936fa886
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS