Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py812 class SSLObject: class
967 func.__doc__ = getattr(SSLObject, func.__name__).__doc__
1382 SSLContext.sslobject_class = SSLObject
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst96 Direct instantiation of SSLSocket and SSLObject objects is now prohibited.
372 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.8.0a1.rst5639 Direct instantiation of SSLSocket and SSLObject objects is now prohibited.
5966 handled by the SSLSocket and SSLObject constructor. Channel binding
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.rst1846 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL
1858 instead of hard-coded :class:`SSLObject`.
1863 :class:`SSLObject`. The attribute can be overridden on instance of class
1864 in order to return a custom subclass of :class:`SSLObject`.
2457 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is
2460 .. class:: SSLObject
2472 This class has no public constructor. An :class:`SSLObject` instance
2474 method will create the :class:`SSLObject` instance and bind it to a
2518 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`
2521 Some notes related to the use of :class:`SSLObject`:
[all …]
Dasyncio-protocol.rst214 - ``'ssl_object'``: :class:`ssl.SSLObject` or
/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.rst1369 :class:`~ssl.SSLSocket` and :class:`~ssl.SSLObject` no longer have a public
2176 * 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.py1728 class MySSLObject(ssl.SSLObject):
1880 ssl.SSLObject(bio, bio)