[New-bugs-announce] [issue22641] Use better default context in asyncio

Antoine Pitrou report at bugs.python.org
Wed Oct 15 11:53:41 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22641>
_______________________________________


More information about the New-bugs-announce mailing list