[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package python2-backports-ssl_match_hostname-3.5.0.1-12.module+el8.10.0+290+0cb98707.noarch download

Name python2-backports-ssl_match_hostname
Epoch 0
Version 3.5.0.1
Release 12.module+el8.10.0+290+0cb98707
Architecture noarch
Website/URL https://bitbucket.org/brandon/backports.ssl_match_hostname
License Python
Build Time 2024-05-24 11:40:42
Build Host builder-x86-07.inferitos.ru
Summary The ssl.match_hostname() function from Python 3
Repositories AppStream
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.
Errata INFSA-2024:2987
Size 16 KiB
Source Project python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.10.0+290+0cb98707
SHA-256 checksum 07634fc7fe9f703eedc2a38c2627993016ea7e8d9c6bd7bfa039da5c00a4157d
× Full screenshot
Changelog link
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.5.0.1-12
- Rebuilt for MSVSphere 8.10 beta

* 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