slackbuilds_ponce/libraries/backports-ssl-match-hostname
Dimitris Zlatanidis b364edf48b libraries/backports-ssl-match-hostname: Added (Backported SSL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-08 11:10:08 -06:00
..
backports-ssl-match-hostname.info libraries/backports-ssl-match-hostname: Added (Backported SSL). 2014-02-08 11:10:08 -06:00
backports-ssl-match-hostname.SlackBuild libraries/backports-ssl-match-hostname: Added (Backported SSL). 2014-02-08 11:10:08 -06:00
README libraries/backports-ssl-match-hostname: Added (Backported SSL). 2014-02-08 11:10:08 -06:00
slack-desc libraries/backports-ssl-match-hostname: Added (Backported SSL). 2014-02-08 11:10:08 -06:00

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.