python2-backport-ssl-match-hostname 3.5.0.1 Backport of ssl.match_hostname() function from Python 3.5

This backport brings the ssl.match_hostname() function to users of earlier versions of Python. The function checks the hostname in the certificate returned by the server to which a connection has been established, and verifies that it matches the intended target hostname.