Trees | Indices | Help |
|
---|
|
|
|||
SSLWrapper Abstract SSLWrapper base class |
|||
PyOpenSSLWrapper Wrapper class for PyOpenSSL's recv() and send() methods |
|||
StdlibSSLWrapper Wrapper class for Python socket.ssl read() and write() methods |
|||
NonBlockingTLS TLS connection used to encrypts already estabilished tcp connection |
|
|||
|
|
|||
log = logging.getLogger('nbxmpp.tls_nb')
|
|||
PYOPENSSL = 'PYOPENSSL'
|
|||
PYSTDLIB = 'PYSTDLIB'
|
|||
USE_PYOPENSSL = True
|
Imports: socket, PlugIn, sys, os, time, traceback, logging, OpenSSL
|
|
|
log
|
PYOPENSSL
|
PYSTDLIB
|
USE_PYOPENSSL
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 26 11:23:38 2013 | http://epydoc.sourceforge.net |