Searched refs:SSLObject (Results 1 – 12 of 12) sorted by relevance
812 class SSLObject: class967 func.__doc__ = getattr(SSLObject, func.__name__).__doc__1382 SSLContext.sslobject_class = SSLObject
96 Direct instantiation of SSLSocket and SSLObject objects is now prohibited.372 handled by the SSLSocket and SSLObject constructor. Channel binding
7 SSLObject.version() now correctly returns None when handshake over BIO has
5639 Direct instantiation of SSLSocket and SSLObject objects is now prohibited.5966 handled by the SSLSocket and SSLObject constructor. Channel binding
1073 Add ssl.SSLObject.shared_ciphers() and ssl.SSLSocket.shared_ciphers() to
1846 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL1858 instead of hard-coded :class:`SSLObject`.1863 :class:`SSLObject`. The attribute can be overridden on instance of class1864 in order to return a custom subclass of :class:`SSLObject`.2457 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is2460 .. class:: SSLObject2472 This class has no public constructor. An :class:`SSLObject` instance2474 method will create the :class:`SSLObject` instance and bind it to a2518 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`2521 Some notes related to the use of :class:`SSLObject`:[all …]
214 - ``'ssl_object'``: :class:`ssl.SSLObject` or
1755 The new :class:`~ssl.SSLObject` class has been added to provide SSL protocol1757 are not necessary or are suboptimal. ``SSLObject`` represents1767 to create a new ``SSLObject`` instance.1809 New :meth:`SSLObject.shared_ciphers() <ssl.SSLObject.shared_ciphers>` and
1369 :class:`~ssl.SSLSocket` and :class:`~ssl.SSLObject` no longer have a public2176 * Direct instantiation of :class:`ssl.SSLSocket` and :class:`ssl.SSLObject`
510 Returns SSLObject instance used for the secure connection with the server.
1728 class MySSLObject(ssl.SSLObject):1880 ssl.SSLObject(bio, bio)