[issue19509] No SSL match_hostname() in ftp, imap, nntp, pop, smtp modules

Guido van Rossum report at bugs.python.org
Thu Dec 5 21:47:39 CET 2013


Guido van Rossum added the comment:

Thanks Christian, this is almost right.  I'm uploading a patch that covers all bases:

- Works on Python 3.3 (TEST_HOME_DIR isn't defined there)
- Works on older Python 3.4 versions (check_hostname may not exist)
- Works on latest Python 3.4 version

----------
Added file: http://bugs.python.org/file32996/asyncio_ssl_verify3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19509>
_______________________________________


More information about the Python-bugs-list mailing list