Part of twisted.internet View Source
twisted.protocols.tls
is
not importable). This implementation is undesirable because of the
complexity of working with OpenSSL's non-blocking socket-based APIs (which
this module probably does about 99% correctly, but see #4455 for an example
of a problem with it).
Support for older versions of pyOpenSSL is now deprecated and will be removed (see #5014).
See Also | twisted.internet._newtls | |
Present Since | 11.1 |
Class | ConnectionMixin | Mixin for twisted.internet.tcp.Connection
to help implement ITLSTransport
using pyOpenSSL to do crypto and I/O. |
Class | ClientMixin | Mixin for twisted.internet.tcp.Client
to implement the client part of ITLSTransport . |
Class | ServerMixin | Mixin for twisted.internet.tcp.Client
to implement the server part of ITLSTransport . |
Class | _TLSMixin | No class docstring; 1/12 methods documented |
Function | _getTLSClass | Undocumented |