Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py908 def selected_npn_protocol(self): member in SSLObject
913 return self._sslobj.selected_npn_protocol()
1127 def selected_npn_protocol(self): member in SSLSocket
1132 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.rst1312 .. method:: SSLSocket.selected_npn_protocol()
1679 successful handshake, the :meth:`SSLSocket.selected_npn_protocol` method will
2490 - :meth:`~SSLSocket.selected_npn_protocol`
2736 :meth:`SSLSocket.selected_npn_protocol` are not available.
/external/python/cpython3/Lib/test/
Dtest_ssl.py2313 self.server.selected_npn_protocols.append(self.sslconn.selected_npn_protocol())
2363 + str(self.sslconn.selected_npn_protocol()) + "\n")
2725 'client_npn_protocol': s.selected_npn_protocol(),