Home
last modified time | relevance | path

Searched refs:set_npn_protocols (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/doc/sources/
Dpython-apiref.rst162 are set using :py:meth:`ssl.SSLContext.set_npn_protocols`.
/third_party/python/Lib/
Dssl.py532 def set_npn_protocols(self, npn_protocols): member in SSLContext
/third_party/python/Doc/library/
Dssl.rst958 When true, you can use the :meth:`SSLContext.set_npn_protocols` method to advertise
1359 handshake. If :meth:`SSLContext.set_npn_protocols` was not called, or
1710 .. method:: SSLContext.set_npn_protocols(protocols)
/third_party/nghttp2/python/
Dnghttp2.pyx313 ssl_ctx.set_npn_protocols(app_protos)
/third_party/python/Doc/whatsnew/
D3.10.rst1760 :meth:`ssl.SSLContext.set_npn_protocols` are replaced by ALPN.
D3.3.rst1958 the :meth:`ssl.SSLContext.set_npn_protocols` method.