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

Release Date: 2021-09-28 // over 2 years ago
  • Backward-incompatible changes:

    • The minimum cryptography version is now 3.3.
    • ⬇️ Drop support for Python 3.5

    🗄 Deprecations: ^

    🔄 Changes: ^

    • Raise an error when an invalid ALPN value is set. #993 <https://github.com/pyca/pyopenssl/pull/993>_
    • Added OpenSSL.SSL.Context.set_min_proto_version and OpenSSL.SSL.Context.set_max_proto_version to set the minimum and maximum supported TLS version #985 <https://github.com/pyca/pyopenssl/pull/985>_.
    • Updated to_cryptography and from_cryptography methods to support an upcoming release of cryptography without raising deprecation warnings. #1030 <https://github.com/pyca/pyopenssl/pull/1030>_