Пакет python-module-backports.ssl_match_hostname: Информация

    Бинарный пакет: python-module-backports.ssl_match_hostname
    Версия: 3.4.0.2-alt1
    Архитектура: i586
    Собран:  11 июля 2014 г. 10:20 в задании #124435
    Исходный пакет: python-module-backports.ssl_match_hostname
    Скопирован в задании: #130465
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Лицензия: Python
    О пакете: The ssl.match_hostname() function from Python 3.4
    Описание: 
    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.

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

    Последнее изменение


    11 июля 2014 г. Eugeny A. Rostovtsev 3.4.0.2-alt1
    - Initial build for Sisyphus