summaryrefslogtreecommitdiffstats
path: root/libraries/backports-ssl-match-hostname/README
blob: 8b73f93fe6de432a3795ebb39975c8b211634757 (plain)
1
2
3
4
5
6
The ssl.match_hostname() function from Python 3.4.
The Secure Sockets layer is only actually *secure*
if you check the hostname in the certificate returned
by the server to which you are connecting,
and verify that it matches to hostname
that you are trying to reach.