blob: 4b479c8dc9740fed1950b8fd45037c314b39deae [file] [log] [blame]
Hynek Schlawack5bc17cb2015-04-30 19:21:40 +02001pyOpenSSL -- A Python wrapper around the OpenSSL library
2--------------------------------------------------------
Paul Kehrer158f5692015-04-15 10:31:36 -04003
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 Calderone897bc252008-02-18 20:50:23 -050013
Hynek Schlawack5bc17cb2015-04-30 19:21:40 +020014
15High-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 Hansbroughb65223d2015-04-13 17:30:58 -040023See the file INSTALL.rst for installation instructions.
Jean-Paul Calderone26918492014-02-02 15:59:19 -050024
Ewoud Kohl van Wijngaarden99d1f9b2014-06-16 10:45:25 +020025See https://github.com/pyca/pyopenssl for development.
26
27See https://pyopenssl.readthedocs.org for documentation.
Jean-Paul Calderone26918492014-02-02 15:59:19 -050028
29See https://mail.python.org/mailman/listinfo/pyopenssl-users for the discussion mailing list.