pyOpenSSL -- A Python wrapper around the OpenSSL library v16.1.0 Release Notes

Release Date: 2016-08-26 // over 7 years ago
  • Backward-incompatible changes:

    none

    ๐Ÿ—„ Deprecations: ^

    • โฌ‡๏ธ Dropped support for OpenSSL 0.9.8.

    ๐Ÿ”„ Changes: ^

    • Fix memory leak in OpenSSL.crypto.dump_privatekey() with FILETYPE_TEXT. #496 <https://github.com/pyca/pyopenssl/pull/496>_
    • Enable use of CRL (and more) in verify context. #483 <https://github.com/pyca/pyopenssl/pull/483>_
    • OpenSSL.crypto.PKey can now be constructed from cryptography objects and also exported as such. #439 <https://github.com/pyca/pyopenssl/pull/439>_
    • ๐Ÿ‘Œ Support newer versions of cryptography which use opaque structs for OpenSSL 1.1.0 compatibility.