]> granicus.if.org Git - python/commit
Issue #22641: In asyncio, the default SSL context for client connections is now creat...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Oct 2014 14:59:58 +0000 (16:59 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Oct 2014 14:59:58 +0000 (16:59 +0200)
commit94522ebe388d694c9ec46b01c1ab4777bf6d8c9a
treed251313888126d1c2764d9abac2f8012b12f8b79
parent6554b86b1f3f007954a24b1444a26a1aa49e3d83
parentfd39a89e0e09de5460626a68e9e443fe0c103c14
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
Misc/NEWS