Path to this page:
Subject: CVS commit: pkgsrc/security/py-OpenSSL
From: Adam Ciarcinski
Date: 2021-11-02 10:45:53
Message id: 20211102094553.3DEEAFAEC@cvs.NetBSD.org
Log Message:
py-OpenSSL: updated to 21.0.0
21.0.0
Backward-incompatible changes:
- The minimum ``cryptography`` version is now 3.3.
- Drop support for Python 3.5
Changes:
- Raise an error when an invalid ALPN value is set.
- 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
- Updated ``to_cryptography`` and ``from_cryptography`` methods to support an \
upcoming release of ``cryptography`` without raising deprecation warnings.
Files: