Issue22641
Created on 2014-10-15 09:53 by pitrou, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| asyncio_default_context.patch | pitrou, 2014-10-15 09:59 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg229424 - (view) | Author: Antoine Pitrou (pitrou) * | Date: 2014-10-15 09:53 | |
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). |
|||
| msg229450 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2014-10-15 14:15 | |
LGTM. Thanks! |
|||
| msg229456 - (view) | Author: Roundup Robot (python-dev) | Date: 2014-10-15 15:00 | |
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 changeset d75b63cb3e78 by Antoine Pitrou in branch 'default': 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/d75b63cb3e78 |
|||
| msg229457 - (view) | Author: Antoine Pitrou (pitrou) * | Date: 2014-10-15 15:00 | |
Ok, I've now pushed it to 3.4 and 3.5. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:09 | admin | set | github: 66831 |
| 2014-10-15 15:01:00 | pitrou | set | status: open -> closed resolution: fixed messages: + msg229457 stage: patch review -> resolved |
| 2014-10-15 15:00:23 | python-dev | set | nosy:
+ python-dev messages: + msg229456 |
| 2014-10-15 14:15:06 | gvanrossum | set | messages: + msg229450 |
| 2014-10-15 09:59:23 | pitrou | set | files: + asyncio_default_context.patch |
| 2014-10-15 09:59:17 | pitrou | set | files: - asyncio_default_context.patch |
| 2014-10-15 09:53:41 | pitrou | create | |