File: index.rst

package info (click to toggle)
pyopenssl 25.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,252 kB
  • sloc: python: 8,292; makefile: 116
file content (40 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (4)
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
30
31
32
33
34
35
36
37
38
39
40
=====================================
Welcome to pyOpenSSL's documentation!
=====================================

Release v\ |release| (:doc:`What's new? <changelog>`).

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


Contents:
=========

.. toctree::
   :maxdepth: 2

   introduction
   install
   api
   internals



Meta
----

.. toctree::
   :maxdepth: 1

   backward-compatibility
   changelog


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

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