index.rst 494 B

1234567891011121314151617181920212223242526
  1. Welcome to pyOpenSSL's documentation!
  2. =====================================
  3. .. topic:: Abstract
  4. This module is a rather thin wrapper around (a subset of) the OpenSSL library.
  5. With thin wrapper I mean that a lot of the object methods do nothing more than
  6. calling a corresponding function in the OpenSSL library.
  7. Contents:
  8. .. toctree::
  9. :maxdepth: 3
  10. introduction
  11. api
  12. internals
  13. Indices and tables
  14. ==================
  15. * :ref:`genindex`
  16. * :ref:`modindex`
  17. * :ref:`search`