summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-10-15 14:58:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-10-15 14:58:21 (GMT)
commitfd39a89e0e09de5460626a68e9e443fe0c103c14 (patch)
tree69f3e067853b0f27e722b44ed3e05c79751dce5f /Misc
parent7184bac5446aefcf576bc8a0a666cfd096b86293 (diff)
downloadcpython-fd39a89e0e09de5460626a68e9e443fe0c103c14.zip
cpython-fd39a89e0e09de5460626a68e9e443fe0c103c14.tar.gz
cpython-fd39a89e0e09de5460626a68e9e443fe0c103c14.tar.bz2
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e5030cd..fd8011e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #22641: In asyncio, the default SSL context for client connections
+ is now created using ssl.create_default_context(), for stronger security.
+
- Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
- Issue #13096: Fixed segfault in CTypes POINTER handling of large