forked from pool/python-cryptography
- update to 42.0.2:
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an issue that prevented the use of Python buffer protocol objects in sign and verify methods on asymmetric keys. * Fixed an issue with incorrect keyword-argument naming with EllipticCurvePrivateKey :meth:`~cryptography.hazmat.primitive s.asymmetric.ec.EllipticCurvePrivateKey.exchange`, X25519PrivateKey :meth:`~cryptography.hazmat.primitives.asymm etric.x25519.X25519PrivateKey.exchange`, X448PrivateKey :meth :`~cryptography.hazmat.primitives.asymmetric.x448.X448Private Key.exchange`, and DHPrivateKey :meth:`~cryptography.hazmat.p rimitives.asymmetric.dh.DHPrivateKey.exchange`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=206
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 17:24:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 42.0.2:
|
||||
* Updated Windows, macOS, and Linux wheels to be compiled with
|
||||
OpenSSL 3.2.1.
|
||||
* Fixed an issue that prevented the use of Python buffer
|
||||
protocol objects in sign and verify methods on asymmetric
|
||||
keys.
|
||||
* Fixed an issue with incorrect keyword-argument naming with
|
||||
EllipticCurvePrivateKey :meth:`~cryptography.hazmat.primitive
|
||||
s.asymmetric.ec.EllipticCurvePrivateKey.exchange`,
|
||||
X25519PrivateKey :meth:`~cryptography.hazmat.primitives.asymm
|
||||
etric.x25519.X25519PrivateKey.exchange`, X448PrivateKey :meth
|
||||
:`~cryptography.hazmat.primitives.asymmetric.x448.X448Private
|
||||
Key.exchange`, and DHPrivateKey :meth:`~cryptography.hazmat.p
|
||||
rimitives.asymmetric.dh.DHPrivateKey.exchange`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 14:01:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user