File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ .. _v42-0-1 :
5+
6+ 42.0.1 - 2024-01-24
7+ ~~~~~~~~~~~~~~~~~~~
8+
9+ * Fixed an issue with incorrect keyword-argument naming with ``EllipticCurvePrivateKey ``
10+ :meth: `~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign `.
11+ * Resolved compatibility issue with loading certain RSA public keys in
12+ :func: `~cryptography.hazmat.primitives.serialization.load_pem_public_key `.
13+
414.. _v42-0-0 :
515
61642.0.0 - 2024-01-22
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212
1313[project ]
1414name = " cryptography"
15- version = " 42.0.0 "
15+ version = " 42.0.1 "
1616authors = [
1717 {name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
1818]
Original file line number Diff line number Diff line change 1010 "__copyright__" ,
1111]
1212
13- __version__ = "42.0.0 "
13+ __version__ = "42.0.1 "
1414
1515
1616__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 66 "__version__" ,
77]
88
9- __version__ = "42.0.0 "
9+ __version__ = "42.0.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " cryptography_vectors"
7- version = " 42.0.0 "
7+ version = " 42.0.1 "
88authors = [
99 {name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
1010]
You can’t perform that action at this time.
0 commit comments