You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
661 B
41 lines
661 B
7 months ago
|
=====================================
|
||
|
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`
|