PyCA cryptography 2.0.1 released

Paul Kehrer paul.l.kehrer at gmail.com
Wed Jul 26 16:35:03 EDT 2017


PyCA cryptography 2.0.1 has been released to PyPI. cryptography includes
both high level recipes and low level interfaces
to common cryptographic algorithms such as symmetric ciphers, message
digests, and key derivation functions. We support Python 2.6-2.7, Python
3.4+, and PyPy.

* Fixed a compilation bug affecting OpenBSD.
* Altered the manylinux1 wheels to statically link OpenSSL instead of
dynamically linking and bundling the shared object. This should resolve
crashes seen when using uwsgi or other binaries that link against OpenSSL
independently.
* Fixed the stack level for the signer and verifier warnings.

-Paul Kehrer (reaperhulk)


More information about the Python-announce-list mailing list