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).
Eventually, use of this module should emit a warning. See #4974 and 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 |