.. _openssl: :mod:`OpenSSL` --- Python interface to OpenSSL ============================================== .. module:: OpenSSL :synopsis: Python interface to OpenSSL This package provides a high-level interface to the functions in the OpenSSL library. The following modules are defined: .. toctree:: :maxdepth: 2 api/crypto api/rand api/ssl .. data:: crypto Generic cryptographic module. Note that if anything is incomplete, this module is! .. data:: rand An interface to the OpenSSL pseudo random number generator. .. data:: SSL An interface to the SSL-specific parts of OpenSSL.