blob: 56d84ea3485c513a108a0748c21ec3c492b41379 [file] [log] [blame]
Hynek Schlawack8fb864a2015-06-07 19:09:49 +02001=====================================
Jonathan Ballet0646a242011-07-16 07:13:03 +09002Welcome to pyOpenSSL's documentation!
3=====================================
4
Hynek Schlawack682443f2015-10-25 16:15:12 +01005Release v\ |release| (:doc:`What's new? <changelog>`).
Jonathan Ballet6381da32011-07-20 16:43:38 +09006
Hynek Schlawack8fb864a2015-06-07 19:09:49 +02007pyOpenSSL is a rather thin wrapper around (a subset of) the OpenSSL library.
8With thin wrapper we mean that a lot of the object methods do nothing more than
9calling a corresponding function in the OpenSSL library.
Jonathan Ballet6381da32011-07-20 16:43:38 +090010
Jonathan Balletadd44ae2011-07-16 14:39:36 +090011
Jonathan Ballet0646a242011-07-16 07:13:03 +090012Contents:
Hynek Schlawack8fb864a2015-06-07 19:09:49 +020013=========
Jonathan Ballet0646a242011-07-16 07:13:03 +090014
15.. toctree::
Hynek Schlawack8fb864a2015-06-07 19:09:49 +020016 :maxdepth: 2
Jonathan Ballet0646a242011-07-16 07:13:03 +090017
Jonathan Balletadd44ae2011-07-16 14:39:36 +090018 introduction
Hynek Schlawack8fb864a2015-06-07 19:09:49 +020019 install
Jonathan Ballet648875f2011-07-16 14:14:58 +090020 api
Jonathan Balletc7b7ba72011-07-16 15:29:47 +090021 internals
Jonathan Ballet648875f2011-07-16 14:14:58 +090022
Hynek Schlawack8fb864a2015-06-07 19:09:49 +020023
Hynek Schlawack682443f2015-10-25 16:15:12 +010024Meta
25----
26
27.. toctree::
28 :maxdepth: 1
29
30 backward-compatibility
31 changelog
32
33
Jonathan Ballet0646a242011-07-16 07:13:03 +090034Indices and tables
35==================
36
37* :ref:`genindex`
38* :ref:`modindex`
39* :ref:`search`