Package tlslite
[show private | hide private]
[frames | no frames]

Package tlslite

TLS Lite is a free python library that implements SSL v3 and TLS v1. TLS Lite supports non-traditional authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is pure python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite integrates with httplib, SocketServer, asyncore, and Twisted.

To use, do:
   from tlslite.api import *
Then use the tlslite.TLSConnection.TLSConnection class with a socket, or use one of the integration classes in tlslite.integration.

Version: 0.3.0

Submodules

Variable Summary
str __version__ = '0.3.0'

Variable Details

__version__

Type:
str
Value:
'0.3.0'                                                                

Generated by Epydoc 2.0 on Sun Mar 21 00:04:59 2004 http://epydoc.sf.net