Fri, 19 Apr 2024 09:51:24 CEST | login

Information for build python-backports-ssl_match_hostname-3.4.0.2-4.el7

ID510
Package Namepython-backports-ssl_match_hostname
Version3.4.0.2
Release4.el7
Epoch
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 inside comes verbatim from Python 3.2.
Built bykojiadmin
State complete
Volume DEFAULT
StartedTue, 29 Jan 2019 11:40:30 CET
CompletedTue, 29 Jan 2019 11:40:30 CET
Tags
built-by-centos
centos-7.2
v7.6-base
RPMs
src
python-backports-ssl_match_hostname-3.4.0.2-4.el7.src.rpm (info) (download)
noarch
python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch.rpm (info) (download)
Changelog * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.4.0.2-4 - Mass rebuild 2013-12-27 * Thu Dec 19 2013 Endi S. Dewata <edewata@redhat.com> - 3.4.0.2-3 - Restore python-backports dependency on RHEL * Mon Dec 09 2013 Endi S. Dewata <edewata@redhat.com> - 3.4.0.2-2 - Drop python-backports dependency on RHEL * Sun Oct 27 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 3.4.0.2-1 - Update to upstream 3.4.0.2 for a security fix - http://bugs.python.org/issue17997 * Mon Sep 02 2013 Ian Weller <iweller@redhat.com> - 3.4.0.1-1 - Update to upstream 3.4.0.1 * Mon Aug 19 2013 Ian Weller <iweller@redhat.com> - 3.2-0.5.a3 - Use python-backports instead of providing backports/__init__.py * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-0.4.a3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon May 20 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2-0.3.a3 - Add patch for CVE 2013-2099 https://bugzilla.redhat.com/show_bug.cgi?id=963260 * Tue Feb 05 2013 Ian Weller <iweller@redhat.com> - 3.2-0.2.a3 - Fix Python issue 12000 * Fri Dec 07 2012 Ian Weller <iweller@redhat.com> - 3.2-0.1.a3 - Initial package build