Searched refs:start_tls (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
D | test_sslproto.py | 230 sock.start_tls(server_context, server_side=True) 266 new_tr = await self.loop.start_tls(tr, proto, client_context) 293 sock.start_tls(server_context, server_side=True) 361 sock.start_tls(server_context, server_side=True) 417 new_tr = await self.loop.start_tls(tr, proto, client_context) 492 self.loop.start_tls(tr, proto, client_context), 516 sock.start_tls(client_context) 554 new_tr = await self.loop.start_tls( 592 await self.loop.start_tls(None, None, None) 596 await self.loop.start_tls(None, None, sslctx) [all …]
|
D | functional.py | 132 def start_tls(self, ssl_context, *, member in TestSocketWrapper
|
/third_party/python/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
|
/third_party/python/Lib/asyncio/ |
D | events.py | 371 async def start_tls(self, transport, protocol, sslcontext, *, member in AbstractEventLoop
|
D | base_events.py | 1193 async def start_tls(self, transport, protocol, sslcontext, *, member in BaseEventLoop
|
/third_party/python/Lib/test/ |
D | cfgparser.2 | 270 ; ldap ssl = start_tls 271 # start_tls should run on 389, but samba defaults incorrectly to 636
|
/third_party/python/Doc/library/ |
D | asyncio-llapi-index.rst | 171 * - ``await`` :meth:`loop.start_tls`
|
D | asyncio-eventloop.rst | 789 .. coroutinemethod:: loop.start_tls(transport, protocol, \ 797 the *start_tls* method should never be used again.
|
/third_party/python/Doc/whatsnew/ |
D | 3.7.rst | 660 * The new :meth:`loop.start_tls() <asyncio.loop.start_tls>`
|