python-backports.ssl_match_hostname

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. 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. Simply make this distribution a dependency of your package, and then use it like this:: from backports.ssl_match_hostname import match_hostname, CertificateError ... sslsock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_SSLv3, cert_reqs=ssl.CERT_REQUIRED, ca_certs=...) try: match_hostname(sslsock.getpeercert(), hostname) except CertificateError, ce: ...

openSUSE Leap 16.0 に対する公式のパッケージはありません

ディストリビューション

openSUSE Tumbleweed

home:Simmphonie:python コミュニティ
3.7.0.1

openSUSE Leap 15.6

home:Simmphonie:python コミュニティ
3.7.0.1

openSUSE Leap 15.5

home:Simmphonie:python コミュニティ
3.7.0.1

SUSE SLE-11 SP 4

RedHat RHEL-6

CentOS CentOS-7

非公式のディストリビューション

下記のディストリビューションは、公式にはサポートされていないものです。これらのパッケージは自己責任でお使いください。

openSUSE:13.2

openSUSE:Leap:42.1

openSUSE:Leap:42.2

openSUSE:Leap:42.3

openSUSE:Leap:15.2

openSUSE:Leap:15.1

openSUSE:Leap:15.0

SUSE:SLE-15:GA

SUSE:SLE-12:SLE-Module-Toolchain

SUSE:SLE-12:SLE-Module-Adv-Systems-Management

SUSE:SLE-12:GA

openSUSE:13.1