]> granicus.if.org Git - python/commit
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
authorChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 01:56:02 +0000 (02:56 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 2 Dec 2013 01:56:02 +0000 (02:56 +0100)
commite5b5edfa2ccf2c031be156a03267dc5629feda77
treeaadbba4b4cfadf99b963a7db9e18d8fa2bb6c08d
parent1aa9a75fbff2333fd07574e3de8710c629483258
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
Doc/library/ftplib.rst
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS