Fri, 19 Apr 2024 18:05:31 CEST | login

Information for build python-backports-ssl_match_hostname-3.5.0.1-1.el7

ID979
Package Namepython-backports-ssl_match_hostname
Version3.5.0.1
Release1.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 is only slightly modified from Python 3.5.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2019 19:37:33 CEST
CompletedThu, 02 May 2019 19:37:33 CEST
Tags
built-by-centos
centos-7.5
v8.0-base
v8.1-base
v8.2-base
v8.3-base
RPMs
src
python-backports-ssl_match_hostname-3.5.0.1-1.el7.src.rpm (info) (download)
noarch
python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm (info) (download)
Changelog * Tue Oct 10 2017 Iryna Shcherbina <ishcherb@redhat.com> - 3.5.0.1-1 - Update to 3.5.0.1 Resolves: rhbz#1500373 * 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