Package python-module-backports.ssl_match_hostname: Information

    Source package: python-module-backports.ssl_match_hostname
    Version: 3.5.0.1-alt1.1.1
    Build time:  Jul 5, 2022, 01:03 AM
    Report package bug
    License: Python
    Summary: The ssl.match_hostname() function from Python 3.5
    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.

    List of rpms provided by this srpm:
    python-module-backports (e2kv6, e2kv5, e2kv4, e2k)
    python-module-backports.ssl_match_hostname (e2kv6, e2kv5, e2kv4, e2k)



      1. python3-module-pytest
      2. python-module-setuptools
      3. rpm-build-python3

    Last changed


    Feb. 2, 2018 Stanislav Levin 3.5.0.1-alt1.1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    May 24, 2016 Ivan Zakharyaschev 3.5.0.1-alt1.1
    - (AUTO) subst_x86_64.
    May 6, 2016 Vladimir Didenko 3.5.0.1-alt1
    - New version
    - Don't pack Python 3 version anymore