Package python-module-backports.ssl_match_hostname: Information

    Binary package: python-module-backports.ssl_match_hostname
    Version: 3.4.0.2-alt1
    Architecture: i586
    Build time:  Jul 11, 2014, 10:20 AM in the task #124435
    Copied in the task: #127327
    Report package bug
    License: Python
    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.


    List of contributors:
    Eugeny A. Rostovtsev

    ACL:
    Lenar Shakirov
    @qa_p7

    Last changed


    July 11, 2014 Eugeny A. Rostovtsev 3.4.0.2-alt1
    - Initial build for Sisyphus