[ 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 python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.10.0+290+0cb98707.src download

Name python-backports-ssl_match_hostname
Epoch 0
Version 3.5.0.1
Release 12.module+el8.10.0+290+0cb98707
Architecture src
Website/URL https://bitbucket.org/brandon/backports.ssl_match_hostname
License Python
Build Time 2024-05-24 11:40:37
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
Size 15 KiB
Source Project python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.10.0+290+0cb98707
SHA-256 checksum ee6591936ac7aa5515c3a5046f125eecdb71e8a9711753b44d8a752e413874ce
× 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