Searched refs:start_tls (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 229 sock.start_tls(server_context, server_side=True) 265 new_tr = await self.loop.start_tls(tr, proto, client_context) 290 sock.start_tls(server_context, server_side=True) 356 sock.start_tls(server_context, server_side=True) 412 new_tr = await self.loop.start_tls(tr, proto, client_context) 487 self.loop.start_tls(tr, proto, client_context), 510 sock.start_tls(client_context) 548 new_tr = await self.loop.start_tls( 586 await self.loop.start_tls(None, None, None) 590 await self.loop.start_tls(None, None, sslctx) [all …]
|
D | functional.py | 136 def start_tls(self, ssl_context, *, member in TestSocketWrapper
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0rc1.rst | 122 asyncio/start_tls: Fix error message; cancel callbacks in case of an
|
D | 3.7.0b5.rst | 187 and asyncio.BufferedProtocol. Fix loop.start_tls() to work with
|
D | 3.7.0a4.rst | 274 asyncio: Implement loop.start_tls()
|
D | 3.8.0a1.rst | 4354 asyncio/start_tls: Fix error message; cancel callbacks in case of an 4527 and asyncio.BufferedProtocol. Fix loop.start_tls() to work with
|
/external/python/cpython3/Lib/asyncio/ |
D | events.py | 368 async def start_tls(self, transport, protocol, sslcontext, *, member in AbstractEventLoop
|
D | base_events.py | 1159 async def start_tls(self, transport, protocol, sslcontext, *, member in BaseEventLoop
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.2 | 270 ; ldap ssl = start_tls 271 # start_tls should run on 389, but samba defaults incorrectly to 636
|
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 171 * - ``await`` :meth:`loop.start_tls`
|
D | asyncio-eventloop.rst | 749 .. coroutinemethod:: loop.start_tls(transport, protocol, \ 757 the *start_tls* method should never be used again.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 654 * The new :meth:`loop.start_tls() <asyncio.loop.start_tls>`
|