Package : python-backports-ssl_match_hostname > RPM : python-backports-ssl_match_hostname-3.5.0.1-1.mga6.src.rpm

Basic items

Name python-backports-ssl_match_hostname
Version 3.5.0.1
Release 1.mga6
URL https://bitbucket.org/brandon/backports.ssl_match_hostname
Group Development/Python
Summary The ssl.match_hostname() function from Python 3
Size 8KB
Arch noarch
License MIT

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 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.
The actual code inside comes verbatim from Python 3.2.

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2015-12-24 15:02:46
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie