]> granicus.if.org Git - python/commit
Issue #25114, asyncio: add ssl_object extra info to SSL transports
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:06:17 +0000 (18:06 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:06:17 +0000 (18:06 +0200)
commitf7dc7fb74d7c44a60f36a69437125f5ff70e32e5
tree5a8654a25114426d5890ce27e5de3a95088b8ea2
parent808d6416e37bac2d8aa3ebe869f459d39e46cf0c
Issue #25114, asyncio: add ssl_object extra info to SSL transports

This info is required on Python 3.5 and newer to get specific information on
the SSL object, like getting the binary peer certificate (instead of getting
it as text).
Doc/library/asyncio-protocol.rst
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_events.py