File tree 5 files changed +7
-4
lines changed
5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changelog
6
6
42.0.4 - 2024-02-20
7
7
~~~~~~~~~~~~~~~~~~~
8
8
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 **
9
12
* Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields ``SMIMECapabilities ``
10
13
and ``SignatureAlgorithmIdentifier `` should now be correctly encoded according to the
11
14
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"
12
12
13
13
[project ]
14
14
name = " cryptography"
15
- version = " 42.0.3 "
15
+ version = " 42.0.4 "
16
16
authors = [
17
17
{
name =
" The Python Cryptographic Authority and individual contributors" ,
email =
" [email protected] " }
18
18
]
Original file line number Diff line number Diff line change 10
10
"__copyright__" ,
11
11
]
12
12
13
- __version__ = "42.0.3 "
13
+ __version__ = "42.0.4 "
14
14
15
15
16
16
__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 6
6
"__version__" ,
7
7
]
8
8
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"
4
4
5
5
[project ]
6
6
name = " cryptography_vectors"
7
- version = " 42.0.3 "
7
+ version = " 42.0.4 "
8
8
authors = [
9
9
{
name =
" The Python Cryptographic Authority and individual contributors" ,
email =
" [email protected] " }
10
10
]
You can’t perform that action at this time.
0 commit comments