blob: 826ec4da2b91f05016bb59e0a0398473aeb06db9 [file] [log] [blame]
Jonathan Ballet6381da32011-07-20 16:43:38 +09001.. _openssl:
2
3:py:mod:`OpenSSL` --- Python interface to OpenSSL
4=================================================
5
Jonathan Balletc9e066c2011-07-17 22:56:05 +09006.. py:module:: OpenSSL
Jonathan Ballet6381da32011-07-20 16:43:38 +09007 :synopsis: Python interface to OpenSSL
Jonathan Ballet648875f2011-07-16 14:14:58 +09008
Jonathan Balletc9e066c2011-07-17 22:56:05 +09009
Jonathan Balletc9e066c2011-07-17 22:56:05 +090010This package provides a high-level interface to the functions in the
11OpenSSL library. The following modules are defined:
Jonathan Balletc7b7ba72011-07-16 15:29:47 +090012
Jonathan Ballet648875f2011-07-16 14:14:58 +090013.. toctree::
14 :maxdepth: 2
15
16 api/crypto
17 api/rand
Jonathan Balletc9e066c2011-07-17 22:56:05 +090018 api/ssl