chore(deps): bump cryptography from 42.0.1 to 42.0.2
Bumps cryptography from 42.0.1 to 42.0.2.
Changelog
Sourced from cryptography's changelog.
42.0.2 - 2024-01-30
* 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.primitives.asymmetric.ec.EllipticCurvePrivateKey.exchange`, ``X25519PrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey.exchange`, ``X448PrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey.exchange`, and ``DHPrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey.exchange`. .. _v42-0-1:
Commits
-
2202123
changelog and version bump 42.0.2 (#10268) -
f7032bd
bump openssl in CI (#10298) (#10299) -
002e886
Fixes #10294 -- correct accidental change to exchange kwarg (#10295) (#10296) -
92fa9f2
support bytes-like consistently across our asym sign/verify APIs (#10260) (#1... -
6478f7e
explicitly support bytes-like for signature/data in RSA sign/verify (#10259) ... -
4bb8596
fix the release script (#10233) (#10254) - See full diff in compare view