Current Path : /usr/lib/python2.7/dist-packages/twisted/internet/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/internet/ssl.pyc |
0Nc @ sh d Z d d l m Z e Z d d l m Z m Z m Z d d l m Z m Z d d d YZ d e f d YZ d d d YZ d e j f d YZ d e j f d YZ d e j f d YZ d e j f d YZ d d l m Z m Z m Z d d l m Z m Z d d l m Z d d l m Z d d d d d d d d d d g Z d S(! sR 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. Future Plans: - split module so reactor-specific classes are in a separate module i( t SSL( t implementst implementsOnlyt implementedBy( t tcpt interfacest ContextFactoryc B s e Z d Z d Z d Z RS( s>