mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
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:
parent
7184bac544
commit
fd39a89e0e
4 changed files with 60 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue