NuxRef

python-backports-ssl_match_hostname - The ssl.match_hostname() function from Python 3.4

Website: http://bitbucket.org/brandon/backports.ssl_match_hostname
License: PSFL (Python Software Foundation License)
Description:
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.

But the matching logic, defined in RFC2818, can be a bit tricky to implement
on your own. So the ssl package in the Standard Library of Python 3.2 and
greater now includes a match_hostname() function for performing this check
instead of requiring every application to implement the check separately.

This backport brings match_hostname() to users of earlier versions of Python.

Packages

python-backports-ssl_match_hostname-3.4.0.2-1.el6.nuxref.noarch [10 KiB] Changelog Chris Caron (2014-07-08):
- Initial Release