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