Home
last modified time | relevance | path

Searched refs:start_tls (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_sslproto.py230 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 …]
Dfunctional.py132 def start_tls(self, ssl_context, *, member in TestSocketWrapper
/third_party/python/Misc/NEWS.d/
D3.7.0rc1.rst122 asyncio/start_tls: Fix error message; cancel callbacks in case of an
D3.7.0b5.rst187 and asyncio.BufferedProtocol. Fix loop.start_tls() to work with
D3.7.0a4.rst274 asyncio: Implement loop.start_tls()
D3.8.0a1.rst4354 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/
Devents.py371 async def start_tls(self, transport, protocol, sslcontext, *, member in AbstractEventLoop
Dbase_events.py1193 async def start_tls(self, transport, protocol, sslcontext, *, member in BaseEventLoop
/third_party/python/Lib/test/
Dcfgparser.2270 ; ldap ssl = start_tls
271 # start_tls should run on 389, but samba defaults incorrectly to 636
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst171 * - ``await`` :meth:`loop.start_tls`
Dasyncio-eventloop.rst789 .. coroutinemethod:: loop.start_tls(transport, protocol, \
797 the *start_tls* method should never be used again.
/third_party/python/Doc/whatsnew/
D3.7.rst660 * The new :meth:`loop.start_tls() <asyncio.loop.start_tls>`