OpenSSL — Python interface to OpenSSL

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

OpenSSL.crypto

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

OpenSSL.rand

An interface to the OpenSSL pseudo random number generator.

OpenSSL.SSL

An interface to the SSL-specific parts of OpenSSL.

Previous topic

Building and Installing

Next topic

crypto — Generic cryptographic module

This Page