Skip to content
A Python wrapper around the OpenSSL library
Python Shell
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.travis We don't need the whole history. Mar 16, 2016
doc ALPN: complete handshake without accepting a client's protocols. (#876) Nov 18, 2019
leakcheck Switch to an explicit curve object. Apr 19, 2014
rpm ps make target doesn't exist anymore in the new doc Makefile May 26, 2015
src/OpenSSL Make the code slightly resillient to python4 (#880) Nov 18, 2019
tests Random cleanup around our usage of binary_type (#879) Nov 18, 2019
.coveragerc Run coverage over the tests (#504) Jul 6, 2016
.gitignore use _ffi.from_buffer() to support bytearray (#852) Nov 18, 2019
.travis.yml Drop support for Python 3.4, since cryptography dropped it (#884) Dec 14, 2019
CHANGELOG.rst Drop support for Python 3.4, since cryptography dropped it (#884) Dec 14, 2019
CODE_OF_CONDUCT.rst Adopt CoC Covenant Mar 17, 2016
CONTRIBUTING.rst Fix up some pytest-related stuff (#601) Feb 18, 2017
INSTALL.rst Update install docs for suppoted versions of OpenSSL (#813) Feb 3, 2019
LICENSE Get rid of the old copyright file, drop in a new one with the APL2. Mar 3, 2011
MANIFEST.in Remove deleted files from MANIFEST.in (#841) May 20, 2019
README.rst tell people to stop using this where possible (#759) May 16, 2018
codecov.yml make codecov stop commenting (#756) May 14, 2018
setup.cfg Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) Mar 21, 2018
setup.py Drop support for Python 3.4, since cryptography dropped it (#884) Dec 14, 2019
tox.ini Drop support for Python 3.4, since cryptography dropped it (#884) Dec 14, 2019

README.rst

pyOpenSSL -- A Python wrapper around the OpenSSL library

Stable Docs Build status Test coverage

Note: The Python Cryptographic Authority strongly suggests the use of pyca/cryptography where possible. If you are using pyOpenSSL for anything other than making a TLS connection you should move to cryptography and drop your pyOpenSSL dependency.

High-level wrapper around a subset of the OpenSSL library. Includes

  • SSL.Connection objects, wrapping the methods of Python's portable sockets
  • Callbacks written in Python
  • Extensive error-handling mechanism, mirroring OpenSSL's error codes

... and much more.

You can find more information in the documentation. Development takes place on GitHub.

Discussion

If you run into bugs, you can file them in our issue tracker.

We maintain a cryptography-dev mailing list for both user and development discussions.

You can also join #cryptography-dev on Freenode to ask questions or get involved.

You can’t perform that action at this time.