Searched refs:SSLObject (Results 1 – 12 of 12) sorted by relevance
840 class SSLObject: class997 func.__doc__ = getattr(SSLObject, func.__name__).__doc__1414 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
1888 :attr:`SSLContext.sslobject_class` (default :class:`SSLObject`). The SSL1900 instead of hard-coded :class:`SSLObject`.1905 :class:`SSLObject`. The attribute can be overridden on instance of class1906 in order to return a custom subclass of :class:`SSLObject`.2482 reduced scope variant of :class:`SSLSocket` called :class:`SSLObject` is2485 .. class:: SSLObject2497 This class has no public constructor. An :class:`SSLObject` instance2499 method will create the :class:`SSLObject` instance and bind it to a2543 :meth:`SSLContext.set_servername_callback` will get an :class:`SSLObject`2546 Some notes related to the use of :class:`SSLObject`:[all …]
1278 methods, not their type signatures. For example, :class:`ssl.SSLObject`1281 :meth:`ssl.SSLObject.__init__` method exists only to raise a1283 it impossible to call (instantiate) :class:`ssl.SSLObject`.
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
1370 :class:`~ssl.SSLSocket` and :class:`~ssl.SSLObject` no longer have a public2177 * Direct instantiation of :class:`ssl.SSLSocket` and :class:`ssl.SSLObject`
1799 class MySSLObject(ssl.SSLObject):1950 ssl.SSLObject(bio, bio)