summaryrefslogtreecommitdiff
path: root/doc/index.rst
blob: 8f1d3360353840829ab2d1f989d0e0cea5658d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. pyOpenSSL documentation master file, created by
   sphinx-quickstart on Sat Jul 16 07:12:22 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to pyOpenSSL's documentation!
=====================================

This module is a rather thin wrapper around (a subset of) the OpenSSL library.
With thin wrapper I mean that a lot of the object methods do nothing more than
calling a corresponding function in the OpenSSL library.

Contents:

.. toctree::
   :maxdepth: 3

   introduction
   install
   api
   internals

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`