pyOpenSSL -- A Python wrapper around the OpenSSL library v17.3.0 Release Notes

Release Date: 2017-09-14 // over 6 years ago
  • Backward-incompatible changes:

    • โฌ‡๏ธ Dropped support for Python 3.3. #677 <https://github.com/pyca/pyopenssl/pull/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 <https://github.com/pyca/pyopenssl/pull/675>_

    ๐Ÿ—„ Deprecations: ^

    • ๐Ÿ—„ Deprecated OpenSSL.tsafe. #673 <https://github.com/pyca/pyopenssl/pull/673>_

    ๐Ÿ”„ Changes: ^

    • ๐Ÿ›  Fixed a memory leak in OpenSSL.crypto.CRL. #690 <https://github.com/pyca/pyopenssl/pull/690>_
    • ๐Ÿ›  Fixed a memory leak when verifying certificates with OpenSSL.crypto.X509StoreContext. #691 <https://github.com/pyca/pyopenssl/pull/691>_