Wed, 08 May 2024 08:28:09 UTC | login

Information for build python-backports-ssl_match_hostname-3.5.0.1-11.module_el8.0.0+32+017b2cba

ID3667
Package Namepython-backports-ssl_match_hostname
Version3.5.0.1
Release11.module_el8.0.0+32+017b2cba
Epoch
Sourcegit+https://git.centos.org/rpms/python-backports-ssl_match_hostname#7cd607c5f4afc98dd11099cb12f13922a9baa2dd
SummaryThe ssl.match_hostname() function from Python 3
DescriptionThe 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.
Built bymbox-mbs-backend
State complete
Volume DEFAULT
StartedSat, 22 Jun 2019 03:36:58 UTC
CompletedSat, 22 Jun 2019 03:38:40 UTC
Taskbuild (module-python27-2.7-8000020190622030251-0889f2f0, /rpms/python-backports-ssl_match_hostname:7cd607c5f4afc98dd11099cb12f13922a9baa2dd)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-backports-ssl_match_hostname?#7cd607c5f4afc98dd11099cb12f13922a9baa2dd'}}
Tags
module-python27-2.7-8000020190622030251-0889f2f0
module-python27-2.7-8000020190622030251-0889f2f0-build
module-python27-2.7-8000020190628020724-c0efe978
module-python27-2.7-8000020190628020724-c0efe978-build
module-python27-2.7-8000020191008200351-c0efe978
module-python27-2.7-8000020191008200351-c0efe978-build
RPMs
src
python-backports-ssl_match_hostname-3.5.0.1-11.module_el8.0.0+32+017b2cba.src.rpm (info) (download)
noarch
python2-backports-ssl_match_hostname-3.5.0.1-11.module_el8.0.0+32+017b2cba.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Wed Apr 03 2019 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-11 - Bumping due to problems with modular RPM upgrade path (#1695587) - Related: rhbz#1693974 * Mon Jul 16 2018 Lumír Balhar <lbalhar@redhat.com> - 3.5.0.1-10 - First version for python27 module