File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changelog
6642.0.4 - 2024-02-20
77~~~~~~~~~~~~~~~~~~~
88
9+ * Fixed a null-pointer-dereference and segfault that could occur when creating
10+ a PKCS#12 bundle. Credit to **Alexander-Programming ** for reporting the
11+ issue. **CVE-2024-26130 **
912* Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields ``SMIMECapabilities ``
1013 and ``SignatureAlgorithmIdentifier `` should now be correctly encoded according to the
1114 definitions in :rfc: `2633 ` :rfc: `3370 `.
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.3 "
15+ version = " 42.0.4 "
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.3 "
13+ __version__ = "42.0.4 "
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.3 "
9+ __version__ = "42.0.4 "
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.3 "
7+ version = " 42.0.4 "
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