blob: c083d3d477d1a13f97ad565bdbc72a2762cbc79e [file] [log] [blame]
Jonathan Ballet0646a242011-07-16 07:13:03 +09001.. pyOpenSSL documentation master file, created by
2 sphinx-quickstart on Sat Jul 16 07:12:22 2011.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6Welcome to pyOpenSSL's documentation!
7=====================================
8
Jonathan Balletadd44ae2011-07-16 14:39:36 +09009This module is a rather thin wrapper around (a subset of) the OpenSSL library.
10With thin wrapper I mean that a lot of the object methods do nothing more than
11calling a corresponding function in the OpenSSL library.
12
Jonathan Ballet0646a242011-07-16 07:13:03 +090013Contents:
14
15.. toctree::
16 :maxdepth: 2
17
Jonathan Balletadd44ae2011-07-16 14:39:36 +090018 introduction
19 install
Jonathan Ballet648875f2011-07-16 14:14:58 +090020 api
21
Jonathan Ballet0646a242011-07-16 07:13:03 +090022Indices and tables
23==================
24
25* :ref:`genindex`
26* :ref:`modindex`
27* :ref:`search`
28