Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py727 def selected_npn_protocol(self): member in SSLObject
732 return self._sslobj.selected_npn_protocol()
942 def selected_npn_protocol(self): member in SSLSocket
947 return self._sslobj.selected_npn_protocol()
/external/python/cpython2/Lib/
Dssl.py689 def selected_npn_protocol(self): member in SSLSocket
694 return self._sslobj.selected_npn_protocol()
/external/python/cpython2/Lib/test/
Dtest_ssl.py1671 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())
1702 + str(self.sslconn.selected_npn_protocol()) + "\n")
2007 'client_npn_protocol': s.selected_npn_protocol(),
/external/python/cpython2/Doc/library/
Dssl.rst1008 .. method:: SSLSocket.selected_npn_protocol()
1207 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will
1825 :meth:`SSLSocket.selected_npn_protocol` are not available.
/external/python/cpython3/Doc/library/
Dssl.rst1300 .. method:: SSLSocket.selected_npn_protocol()
1667 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will
2444 - :meth:`~SSLSocket.selected_npn_protocol`
2688 :meth:`SSLSocket.selected_npn_protocol` are not available.
/external/python/cpython3/Lib/test/
Dtest_ssl.py2215 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())
2262 + str(self.sslconn.selected_npn_protocol()) + "\n")
2612 'client_npn_protocol': s.selected_npn_protocol(),