Searched refs:set_npn_protocols (Results 1 – 6 of 6) sorted by relevance
162 are set using :py:meth:`ssl.SSLContext.set_npn_protocols`.
532 def set_npn_protocols(self, npn_protocols): member in SSLContext
958 When true, you can use the :meth:`SSLContext.set_npn_protocols` method to advertise1359 handshake. If :meth:`SSLContext.set_npn_protocols` was not called, or1710 .. method:: SSLContext.set_npn_protocols(protocols)
313 ssl_ctx.set_npn_protocols(app_protos)
1760 :meth:`ssl.SSLContext.set_npn_protocols` are replaced by ALPN.
1958 the :meth:`ssl.SSLContext.set_npn_protocols` method.