]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19509: Finish implementation of check_hostname
authorChristian Heimes <christian@cheimes.de>
Thu, 5 Dec 2013 23:23:13 +0000 (00:23 +0100)
committerChristian Heimes <christian@cheimes.de>
Thu, 5 Dec 2013 23:23:13 +0000 (00:23 +0100)
commit6d8c1abb003a4cb05f1ddcf0eeddeeeed513cd57
tree09996431e9b7acef25a3cd75b0d378fc9692a522
parent8ff6f3e895066ebf9f97106248fc0013be6b23ab
Issue #19509: Finish implementation of check_hostname
The new asyncio package now supports the new feature and comes with additional tests for SSL.
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/keycert3.pem [new file with mode: 0644]
Lib/test/test_asyncio/pycacert.pem [new file with mode: 0644]
Lib/test/test_asyncio/sample.crt [deleted file]
Lib/test/test_asyncio/sample.key [deleted file]
Lib/test/test_asyncio/ssl_cert.pem [new file with mode: 0644]
Lib/test/test_asyncio/ssl_key.pem [new file with mode: 0644]
Lib/test/test_asyncio/test_events.py