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