pyOpenSSL -- A Python wrapper around the OpenSSL library v18.0.0 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
  • Backward-incompatible changes:

    • The minimum cryptography version is now 2.2.1.
    • ๐Ÿ‘Œ Support for Python 2.6 has been dropped.

    ๐Ÿ—„ Deprecations: ^

    none

    ๐Ÿ”„ Changes: ^

    • โž• Added Connection.get_certificate to retrieve the local certificate. #733 <https://github.com/pyca/pyopenssl/pull/733>_
    • OpenSSL.SSL.Connection now sets SSL_MODE_AUTO_RETRY by default. #753 <https://github.com/pyca/pyopenssl/pull/753>_
    • Added Context.set_tlsext_use_srtp to enable negotiation of SRTP keying material. #734 <https://github.com/pyca/pyopenssl/pull/734>_