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

Christian Heimes report at bugs.python.org
Wed Dec 4 08:14:17 CET 2013


Christian Heimes added the comment:

I'd rather have integration test with a real SSL connection in order to check the entire stack. asyncio doesn't have a test for CERT_REQUIRED yet. The attached patch tests three common cases: missing CA, missing server_hostname and a successful connection with full verification.

----------
Added file: http://bugs.python.org/file32967/asyncio_ssl_verify.patch

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


More information about the Python-bugs-list mailing list