introduction.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. _intro:
  2. ============
  3. Introduction
  4. ============
  5. History
  6. =======
  7. pyOpenSSL was originally created by Martin Sjögren because the SSL support in the standard library in Python 2.1 (the contemporary version of Python when the pyOpenSSL project was begun) was severely limited.
  8. Other OpenSSL wrappers for Python at the time were also limited, though in different ways.
  9. Later it was maintained by `Jean-Paul Calderone`_ who among other things managed to make pyOpenSSL a pure Python project which the current maintainers are *very* grateful for.
  10. Over the time the standard library's ``ssl`` module improved, never reaching the completeness of pyOpenSSL's API coverage.
  11. Despite `PEP 466`_ many useful features remain Python 3-only and pyOpenSSL remains the only alternative for full-featured TLS code across all noteworthy Python versions from 2.6 through 3.5 and PyPy_.
  12. Development
  13. ===========
  14. pyOpenSSL is collaboratively developed by the Python Cryptography Authority (PyCA_) that also maintains the low-level bindings called cryptography_.
  15. Current maintainer and release manager is `Hynek Schlawack`_.
  16. .. include:: ../CONTRIBUTING.rst
  17. .. _Jean-Paul Calderone: https://github.com/exarkun
  18. .. _PyPy: http://pypy.org
  19. .. _PEP 466: https://www.python.org/dev/peps/pep-0466/
  20. .. _PyCA: https://github.com/pyca
  21. .. _cryptography: https://github.com/pyca/cryptography
  22. .. _Hynek Schlawack: https://hynek.me/