Home
last modified time | relevance | path

Searched refs:SSLObject (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst96 Direct instantiation of SSLSocket and SSLObject objects is now prohibited.
373 handled by the SSLSocket and SSLObject constructor. Channel binding
D3.6.3rc1.rst7 SSLObject.version() now correctly returns None when handshake over BIO has
D3.5.0a1.rst1073 Add ssl.SSLObject.shared_ciphers() and ssl.SSLSocket.shared_ciphers() to
D3.7.0a1.rst7 SSLObject.version() now correctly returns None when handshake over BIO has
/external/python/cpython3/Doc/library/
Dssl.rst1834 attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1846 instead of hard-coded :class:`SSLObject`.
1851 :class:`SSLObject`. The attribute can be overridden on instance of class
1852 in order to return a custom subclass of :class:`SSLObject`.
2412 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is
2415 .. class:: SSLObject
2427 This class has no public constructor. An :class:`SSLObject` instance
2429 method will create the :class:`SSLObject` instance and bind it to a
2470 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`
2473 Some notes related to the use of :class:`SSLObject`:
[all …]
Dasyncio-protocol.rst210 - ``'ssl_object'``: :class:`ssl.SSLObject` or
/external/python/cpython3/Lib/
Dssl.py631 class SSLObject: class
1196 SSLContext.sslobject_class = SSLObject
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1755 The new :class:`~ssl.SSLObject` class has been added to provide SSL protocol
1757 are not necessary or are suboptimal. ``SSLObject`` represents
1767 to create a new ``SSLObject`` instance.
1809 New :meth:`SSLObject.shared_ciphers() <ssl.SSLObject.shared_ciphers>` and
D3.7.rst1349 :class:`~ssl.SSLSocket` and :class:`~ssl.SSLObject` no longer have a public
2169 * Direct instantiation of :class:`ssl.SSLSocket` and :class:`ssl.SSLObject`
/external/python/cpython2/Doc/library/
Dimaplib.rst510 Returns SSLObject instance used for the secure connection with the server.
/external/python/cpython3/Lib/test/
Dtest_ssl.py1646 class MySSLObject(ssl.SSLObject):
1782 ssl.SSLObject(bio, bio)