Metadata for python2-backports-ssl_match_hostname-3.5.0.1-12.module+el8.9.0+1531+a18208f5.noarch.rpm

0 directories 0 files
Go up

INFO

Name: python2-backports-ssl_match_hostname
Version: 3.5.0.1-12.module+el8.9.0+1531+a18208f5
Arch: noarch
Summary: The ssl.match_hostname() function from Python 3
License: Python
Vendor: Rocky
Build Host: ord1-prod-a64build003.svc.aws.rockylinux.org
Build Date: Mon Oct 16 23:40:33 2023
Size: 18824
URL: https://bitbucket.org/brandon/backports.ssl_match_hostname
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 is only slightly modified from Python 3.5.

FILES

/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.5.0.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.py
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.pyc
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.pyo
/usr/share/doc/python2-backports-ssl_match_hostname
/usr/share/doc/python2-backports-ssl_match_hostname/README.txt
/usr/share/licenses/python2-backports-ssl_match_hostname
/usr/share/licenses/python2-backports-ssl_match_hostname/LICENSE.txt

REQUIRES

python(abi) 2.7
python2-backports
python2-ipaddress
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PartialHardlinkSets) 4.0.4-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1

PROVIDES

python2-backports-ssl_match_hostname 3.5.0.1-12.module+el8.9.0+1531+a18208f5
python2.7dist(backports.ssl-match-hostname) 3.5.0.1
python2dist(backports.ssl-match-hostname) 3.5.0.1

CONFIG FILES

/usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.5.0.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.py
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.pyc
/usr/lib/python2.7/site-packages/backports/ssl_match_hostname/__init__.pyo
/usr/share/doc/python2-backports-ssl_match_hostname
/usr/share/doc/python2-backports-ssl_match_hostname/README.txt d
/usr/share/licenses/python2-backports-ssl_match_hostname
/usr/share/licenses/python2-backports-ssl_match_hostname/LICENSE.txt l

LICENSE FILES

Python