Package twisted :: Package internet :: Module ssl
[show private | hide private]
[frames | no frames]

Module twisted.internet.ssl

SSL transport. Requires PyOpenSSL (http://pyopenssl.sf.net).

SSL connections require a ContextFactory so they can create SSL contexts. End users should only use the ContextFactory classes directly - for SSL connections use the reactor.connectSSL/listenSSL and so on, as documented in IReactorSSL.

All server context factories should inherit from ContextFactory, and all client context factories should inherit from ClientContextFactory. At the moment this is not enforced, but in the future it might be.

API Stability: stable

Future Plans: Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>
Classes
ContextFactory A factory for SSL context objects, for server SSL connections.
DefaultOpenSSLContextFactory  
ClientContextFactory A context factory for SSL clients.
Client I am an SSL client.
Connector  
Port I am an SSL port.
Server I am an SSL server.

Generated by Epydoc 1.1 on Thu May 8 13:18:28 2003 http://epydoc.sf.net