Table of Contents
SSL transport. Requires PyOpenSSL (http://pyopenssl.sf.net).
SSL connections require a ContextFactory so they can create SSL contexts.
I am an SSL client.
A sample context factory for SSL clients.
I am an SSL connection.
Connect a protocol to a server using SSL and if it fails make a new one.
A factory for SSL context objects.
I am an SSL port.
I am an SSL server.