Information for build python-backports-ssl_match_hostname-3.5.0.1-12.module+oc8.5.0+83+7490e917

ID3831
Package Namepython-backports-ssl_match_hostname
Version3.5.0.1
Release12.module+oc8.5.0+83+7490e917
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-backports-ssl_match_hostname#9057a5e4863c031c0ec93a0b921a17717eb7dadf
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 byopencloudmbs
State failed
Volume DEFAULT
StartedWed, 29 Jun 2022 14:16:45 CST
CompletedWed, 29 Jun 2022 14:17:46 CST
Taskbuild (module-python27-2.7-8050020220619111603-c7643c7d, /src-opencloudos-rpms/python-backports-ssl_match_hostname:9057a5e4863c031c0ec93a0b921a17717eb7dadf)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-backports-ssl_match_hostname?#9057a5e4863c031c0ec93a0b921a17717eb7dadf'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Dec 16 2020 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-12 - Remove unversioned Provides - Resolves: rhbz#1908300 * Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-11 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587 * Mon Jul 16 2018 Lumír Balhar <lbalhar@redhat.com> - 3.5.0.1-10 - First version for python27 module