一些Python-SSL modules


Python OpenSSL WrappersURL:
http://sourceforge.net/projects/pow
Description: Python OpenSSL Wrappers(POW) is a set of comprehensive wrappers for Python of the OpenSSL libraries. POW will provide a 'slim' interface which will still enable Python developers to fully utilise OpenSSL
License: BSD License
pyOpenSSLURL:
http://sourceforge.net/projects/pyopenssl
Description: Python wrapper around a small subset of the OpenSSL library. Includes: SSL Context objects, SSL Connection objects, using Python sockets as transport layer. The Connection object wraps all the socket methods and can therefore be used interchangeably.
License: GNU Lesser General Public License (LGPL)
M2CryptoURL:
http://www.post1.com/home/ngps/m2/
Description: M2Crypto makes available to the Python programmer:
- RSA, DSA, DH, HMACs, message digests, symmetric ciphers
- SSL functionality to implement clients and servers
- HTTPS extensions to Python's httplib, urllib, and xmlrpclib
- FTP/TLS client and server
- S/MIME v2
License: BSD License
Comments: needs SWIG to build