]> granicus.if.org Git - python/commit
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
authorGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 06:16:53 +0000 (07:16 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 06:16:53 +0000 (07:16 +0100)
commit72c98d3a761457a4f2b8054458b19f051dfb5886
tree1e249a8d08022ec1b7cf24a03d88991dc1910681
parentca580f4ec1b08f492cbc8673e316f5cadf47aec2
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
for security reasons.  It now doesn't match multiple wildcards nor wildcards
inside IDN fragments.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS