[issue22641] Use better default context in asyncio

2014-10-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, I've now pushed it to 3.4 and 3.5. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue22641] Use better default context in asyncio

2014-10-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset c2ccbcd11d47 by Antoine Pitrou in branch '3.4': Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. https://hg.python.org/cpython/rev/c2ccbcd11d47 New ch

[issue22641] Use better default context in asyncio

2014-10-15 Thread Guido van Rossum
Guido van Rossum added the comment: LGTM. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue22641] Use better default context in asyncio

2014-10-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : Added file: http://bugs.python.org/file36936/asyncio_default_context.patch ___ Python tracker ___ ___ Python-bugs-

[issue22641] Use better default context in asyncio

2014-10-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file36934/asyncio_default_context.patch ___ Python tracker ___ ___ Python-bug

[issue22641] Use better default context in asyncio

2014-10-15 Thread Antoine Pitrou
New submission from Antoine Pitrou: asyncio is not yet bound by legacy use cases, so this patch switches asyncio to stronger default SSL settings for client connections. It also adds tests for that (the code path was untested). -- components: Library (Lib), asyncio files: asyncio_defau