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