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

Release Date: 2017-07-20 // over 6 years ago
  • Backward-incompatible changes:

    none

    ๐Ÿ—„ Deprecations: ^

    • ๐Ÿ—„ Deprecated OpenSSL.rand - callers should use os.urandom() instead. #658 <https://github.com/pyca/pyopenssl/pull/658>_

    ๐Ÿ”„ Changes: ^

    • 0๏ธโƒฃ Fixed a bug causing Context.set_default_verify_paths() to not work with cryptography manylinux1 wheels on Python 3.x. #665 <https://github.com/pyca/pyopenssl/pull/665>_
    • ๐Ÿ›  Fixed a crash with (EC)DSA signatures in some cases. #670 <https://github.com/pyca/pyopenssl/pull/670>_