Searched refs:SSLObject (Results 1 – 11 of 11) sorted by relevance
96 Direct instantiation of SSLSocket and SSLObject objects is now prohibited.373 handled by the SSLSocket and SSLObject constructor. Channel binding
7 SSLObject.version() now correctly returns None when handshake over BIO has
1073 Add ssl.SSLObject.shared_ciphers() and ssl.SSLSocket.shared_ciphers() to
1834 attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL1846 instead of hard-coded :class:`SSLObject`.1851 :class:`SSLObject`. The attribute can be overridden on instance of class1852 in order to return a custom subclass of :class:`SSLObject`.2412 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is2415 .. class:: SSLObject2427 This class has no public constructor. An :class:`SSLObject` instance2429 method will create the :class:`SSLObject` instance and bind it to a2470 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`2473 Some notes related to the use of :class:`SSLObject`:[all …]
210 - ``'ssl_object'``: :class:`ssl.SSLObject` or
631 class SSLObject: class1196 SSLContext.sslobject_class = SSLObject
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
1349 :class:`~ssl.SSLSocket` and :class:`~ssl.SSLObject` no longer have a public2169 * Direct instantiation of :class:`ssl.SSLSocket` and :class:`ssl.SSLObject`
510 Returns SSLObject instance used for the secure connection with the server.
1646 class MySSLObject(ssl.SSLObject):1782 ssl.SSLObject(bio, bio)