SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-backports.ssl_match_hostname rpm build for : OpenSuSE. For other distributions click python-backports.ssl_match_hostname.

Name : python-backports.ssl_match_hostname
Version : 3.4.0.2 Vendor : obs://build_opensuse_org/systemsmanagement
Release : 2.1 Date : 2023-01-13 11:40:53
Group : Development/Languages/Python Source RPM : python-backports.ssl_match_hostname-3.4.0.2-2.1.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : The ssl.match_hostname() function from Python 3.4
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.
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:
...

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/systemsmanagement:/saltstack:/products/SLE_12_SP2/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-backports.ssl_match_hostname-3.4.0.2-2.1.noarch.rpm
ftp.icm.edu.pl  python-backports.ssl_match_hostname-3.4.0.2-2.1.noarch.rpm
ftp.icm.edu.pl  python-backports.ssl_match_hostname-3.4.0.2-2.1.noarch.rpm
     

Provides :
python-backports.ssl_match_hostname

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/backports
/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.4.0.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.4.0.2-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.4.0.2-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.4.0.2-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.4.0.2-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/backports/__init__.py
/usr/lib/python2.7/site-packages/backports/__init__.pyc
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/LICENSE.txt
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/README.txt
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.py
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.pyc

 
ICM