3 OpenSSL -- Python interface to OpenSSL

This package provides a high-level interface to the functions in the OpenSSL library. The following modules are defined:

crypto
Generic cryptographic module. Note that if anything is incomplete, this module is!

rand
An interface to the OpenSSL pseudo random number generator.

SSL
An interface to the SSL-specific parts of OpenSSL.


Subsections