python-backports.ssl-match-hostname

Backport of the Python 3.5 SSL hostname checking function

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 package contains a backport of the ssl.match_hostname function for Python 2.4 and above.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://bitbucket.org/brandon/backports.ssl_match_hostname


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-backports.ssl-match-hostname