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_default_context.patch keywords: patch messages: 229424 nosy: alex, christian.heimes, giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov priority: normal severity: normal stage: patch review status: open title: Use better default context in asyncio type: security versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file36934/asyncio_default_context.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22641> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com