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 23There are also `examples in the pyOpenSSL repository <https://github.com/pyca/pyopenssl/tree/master/examples>`_ that may help you getting started. 24 25 26Meta 27---- 28 29.. toctree:: 30 :maxdepth: 1 31 32 backward-compatibility 33 changelog 34 35 36Indices and tables 37================== 38 39* :ref:`genindex` 40* :ref:`modindex` 41* :ref:`search` 42