diff options
author | Christian Heimes <christian@cheimes.de> | 2013-12-02 20:44:17 +0100 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-12-02 20:44:17 +0100 |
commit | 06c0b351904e1ed260dbfe6b7c76e25e09a0e926 (patch) | |
tree | 8847ea491622bd2bea00c8b143a5792cd31a9f12 /Misc | |
parent | 64ae9725d53f7c5532a6710e25bd715c1084b784 (diff) | |
download | cpython-06c0b351904e1ed260dbfe6b7c76e25e09a0e926.tar.gz |
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #19785: smtplib now supports SSLContext.check_hostname and server name + indication for TLS/SSL connections. + - Issue #19784: poplib now supports SSLContext.check_hostname and server name indication for TLS/SSL connections. |