diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-04 07:59:53 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:08 -0600 |
commit | b364edf48b09973659e3f353b664954a8dd71a6e (patch) | |
tree | fc1edbe5d64accce3441cf82821011d87de17627 /libraries/backports-ssl-match-hostname/README | |
parent | 22c9d1aa0d501686bfe4d18e10e89113e5c0e0bf (diff) | |
download | slackbuilds-b364edf48b09973659e3f353b664954a8dd71a6e.tar.gz |
libraries/backports-ssl-match-hostname: Added (Backported SSL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/backports-ssl-match-hostname/README')
-rw-r--r-- | libraries/backports-ssl-match-hostname/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/backports-ssl-match-hostname/README b/libraries/backports-ssl-match-hostname/README new file mode 100644 index 0000000000..8b73f93fe6 --- /dev/null +++ b/libraries/backports-ssl-match-hostname/README @@ -0,0 +1,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. |