• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1=====================================
2Welcome to pyOpenSSL's documentation!
3=====================================
4
5Release v\ |release| (:doc:`What's new? <changelog>`).
6
7pyOpenSSL 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.
10
11
12Contents:
13=========
14
15.. toctree::
16   :maxdepth: 2
17
18   introduction
19   install
20   api
21   internals
22
23
24
25Meta
26----
27
28.. toctree::
29   :maxdepth: 1
30
31   backward-compatibility
32   changelog
33
34
35Indices and tables
36==================
37
38* :ref:`genindex`
39* :ref:`modindex`
40* :ref:`search`
41