Name: | python2-backports-ssl_match_hostname |
---|---|
Version: | 3.5.0.1 |
Release: | 12.module+el8.4.0+20050+79c7b4ee |
Architecture: | noarch |
Module: | python27:2.7:8040020210122160212:cdb2db54 python27:2.7:8050020210811095446:3e7ace8b python27:2.7:8060020220210185952:8cdc2268 python27:2.7:8070020220617114255:056aacbc python27:2.7:8080020221221225124:ba5e661a python27:2.7:8080020230609134836:392b0bf1 python27:2.7:8080020231004233750:392b0bf1 |
Group: | Unspecified |
Size: | 18824 |
License: | Python |
RPM: | python2-backports-ssl_match_hostname-3.5.0.1-12.module+el8.4.0+20050+79c7b4ee.noarch.rpm |
Source RPM: | python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.4.0+20050+79c7b4ee.src.rpm |
Build Date: | Fri Apr 09 2021 |
Build Host: | host-100-100-224-9.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://bitbucket.org/brandon/backports.ssl_match_hostname |
Summary: | The ssl.match_hostname() function from Python 3 |
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. |
- Remove unversioned Provides - Resolves: rhbz#1908300
- Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587
- First version for python27 module