]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19784: poplib now supports SSLContext.check_hostname and server name
authorChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 19:10:50 +0000 (20:10 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 19:10:50 +0000 (20:10 +0100)
commit1bc7068d7fde0eaf2155240f629bcf80280daff6
treead4f3a6cb110ffca75e33511eabaed1d5854ef25
parentb8a3f581580cc6dc7dd9621bbb41c2b85414eaba
Issue #19784: poplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
Doc/library/poplib.rst
Lib/poplib.py
Lib/test/test_poplib.py
Misc/NEWS