Hynek Schlawack | 5bc17cb | 2015-04-30 19:21:40 +0200 | [diff] [blame] | 1 | pyOpenSSL -- A Python wrapper around the OpenSSL library |
| 2 | -------------------------------------------------------- |
Paul Kehrer | 158f569 | 2015-04-15 10:31:36 -0400 | [diff] [blame] | 3 | |
Paul Kehrer | 158f569 | 2015-04-15 10:31:36 -0400 | [diff] [blame] | 4 | .. image:: https://readthedocs.org/projects/pyopenssl/badge/?version=latest |
Hynek Schlawack | b3b2765 | 2015-07-03 16:50:27 +0200 | [diff] [blame] | 5 | :target: https://pyopenssl.readthedocs.org/ |
| 6 | :alt: Latest Docs |
Paul Kehrer | 158f569 | 2015-04-15 10:31:36 -0400 | [diff] [blame] | 7 | |
| 8 | .. image:: https://travis-ci.org/pyca/pyopenssl.svg?branch=master |
Hynek Schlawack | b3b2765 | 2015-07-03 16:50:27 +0200 | [diff] [blame] | 9 | :target: https://travis-ci.org/pyca/pyopenssl |
| 10 | :alt: Build status |
| 11 | |
| 12 | .. image:: https://codecov.io/github/pyca/pyopenssl/coverage.svg?branch=master |
| 13 | :target: https://codecov.io/github/pyca/pyopenssl |
| 14 | :alt: Test coverage |
Jean-Paul Calderone | 897bc25 | 2008-02-18 20:50:23 -0500 | [diff] [blame] | 15 | |
Hynek Schlawack | 5bc17cb | 2015-04-30 19:21:40 +0200 | [diff] [blame] | 16 | |
| 17 | High-level wrapper around a subset of the OpenSSL library. Includes |
| 18 | |
| 19 | * SSL.Connection objects, wrapping the methods of Python's portable sockets |
| 20 | * Callbacks written in Python |
| 21 | * Extensive error-handling mechanism, mirroring OpenSSL's error codes |
| 22 | |
| 23 | ... and much more. |
| 24 | |
Julia Hansbrough | b65223d | 2015-04-13 17:30:58 -0400 | [diff] [blame] | 25 | See the file INSTALL.rst for installation instructions. |
Jean-Paul Calderone | 2691849 | 2014-02-02 15:59:19 -0500 | [diff] [blame] | 26 | |
Ewoud Kohl van Wijngaarden | 99d1f9b | 2014-06-16 10:45:25 +0200 | [diff] [blame] | 27 | See https://github.com/pyca/pyopenssl for development. |
| 28 | |
| 29 | See https://pyopenssl.readthedocs.org for documentation. |
Jean-Paul Calderone | 2691849 | 2014-02-02 15:59:19 -0500 | [diff] [blame] | 30 | |
| 31 | See https://mail.python.org/mailman/listinfo/pyopenssl-users for the discussion mailing list. |