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
Classes
ContextFactory A factory for SSL context objects, for server SSL connections.
DefaultOpenSSLContextFactory  
ClientContextFactory A context factory for SSL clients.

Generated by Epydoc 1.1 on Fri Jun 27 03:45:32 2003 http://epydoc.sf.net