pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-backports.ssl_match_hostname



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 27 19:53:30 UTC 2014

Added Files:
        pkgsrc/security/py-backports.ssl_match_hostname: DESCR Makefile PLIST
            distinfo

Log Message:
Import py27-backports.ssl_match_hostname-3.4.0.2 as
security/py-backports.ssl_match_hostname.

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 package contains the backport of this functionality to Python 2.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-backports.ssl_match_hostname/DESCR \
    pkgsrc/security/py-backports.ssl_match_hostname/Makefile \
    pkgsrc/security/py-backports.ssl_match_hostname/PLIST \
    pkgsrc/security/py-backports.ssl_match_hostname/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index