Skip to main content

Python wrapper module around the OpenSSL library

Project description

Stable Docs Build status Test coverage

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.

Release Information

17.4.0 (2017-11-21)

Backward-incompatible changes:

none

Deprecations:

none

Changes:

  • Re-added a subset of the OpenSSL.rand module. This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork. #708

  • Corrected a use-after-free when reusing an issuer or subject from an X509 object after the underlying object has been mutated. #709


17.3.0 (2017-09-14)

Backward-incompatible changes:

  • Dropped support for Python 3.3. #677

  • Removed the deprecated OpenSSL.rand module. This is being done ahead of our normal deprecation schedule due to its lack of use and the fact that it was becoming a maintenance burden. os.urandom() should be used instead. #675

Deprecations:

  • Deprecated OpenSSL.tsafe. #673

Changes:

  • Fixed a memory leak in OpenSSL.crypto.CRL. #690

  • Fixed a memory leak when verifying certificates with OpenSSL.crypto.X509StoreContext. #691

Full changelog.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyOpenSSL-17.4.0.tar.gz (169.4 kB view hashes)

Uploaded source

Built Distribution

pyOpenSSL-17.4.0-py2.py3-none-any.whl (52.4 kB view hashes)

Uploaded py2 py3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page