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

    Исходный пакет: python-module-backports.ssl_match_hostname
    Версия: 3.4.0.2-alt1
    Собран:  11 июля 2014 г. 10:20 в задании #124435
    Скопирован в задании: #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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-backports (x86_64, i586)
    python-module-backports.ssl_match_hostname (x86_64, i586)

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

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

      1. python-devel
      2. python-module-setuptools

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


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