slackbuilds/libraries/backports-ssl-match-hostname
Willy Sudiarto Raharjo 57db64b0ef libraries/backports-ssl-match-hostname: Fix VERSION.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-05-27 11:18:30 +07:00
..
README 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: Updated for version 3.5.0.1. 2016-05-20 20:04:00 +07:00
backports-ssl-match-hostname.info libraries/backports-ssl-match-hostname: Fix VERSION. 2016-05-27 11:18:30 +07:00
slack-desc libraries/backports-ssl-match-hostname: Added (Backported SSL). 2014-02-08 11:10:08 -06:00

README

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.