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

Release Date: 2022-01-29 // about 2 years ago
  • Backward-incompatible changes:

    • โฌ‡๏ธ Drop support for Python 2.7. #1047 <https://github.com/pyca/pyopenssl/pull/1047>_
    • The minimum cryptography version is now 35.0.

    ๐Ÿ—„ Deprecations: ^

    ๐Ÿ”„ Changes: ^

    • ๐Ÿ”ฆ Expose wrappers for some DTLS <https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>_ primitives. #1026 <https://github.com/pyca/pyopenssl/pull/1026>_