Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.

This commit is contained in:
Antoine Pitrou 2014-10-15 16:58:21 +02:00
parent 7184bac544
commit fd39a89e0e
4 changed files with 60 additions and 17 deletions

View file

@ -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