python-backports-ssl 3.5.0.1
Name | python-backports-ssl |
---|---|
Version | 3.5.0.1 |
Summary | The ssl.match_hostname() function from Python 3.4 |
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 and greater 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 |
Section | devel/python |
License | GPLv2 |
Homepage | |
Recipe file | recipes-devtools/python/python-backports-ssl_3.5.0.1.bb |
Layer | meta-python (thud branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://files.pythonhosted.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-3.5.0.1.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-python:
Branch | Recipe |
---|---|
zeus (Yocto Project 3.0) | python-backports-ssl 3.5.0.1 |
warrior (Yocto Project 2.7) | python-backports-ssl 3.5.0.1 |
thud (Yocto Project 2.6) | python-backports-ssl 3.5.0.1 (this recipe) |
sumo (Yocto Project 2.5) | python-backports-ssl 3.5.0.1 |
rocko (Yocto Project 2.4) | python-backports-ssl 3.5.0.1 |
pyro (Yocto Project 2.3) | python-backports-ssl 3.5.0.1 |
morty (Yocto Project 2.2) | python-backports-ssl 3.5.0.1 |
krogoth (Yocto Project 2.1) | python-backports-ssl 3.4.0.2 |
jethro (Yocto Project 2.0) | python-backports-ssl 3.4.0.2 |
fido (Yocto Project 1.8) | python-backports-ssl 3.4.0.2 |