We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd66899 commit 82d8e53Copy full SHA for 82d8e53
1 file changed
NEWS
@@ -1,3 +1,15 @@
1
+* Release 0.19.2 (26 Mar 2026)
2
+
3
+Bug fixes:
4
+* Fix CVE-2026-33936, a DER parsing issue in ``remove_octet_string()``,
5
+ ``remove_constructed()``, and ``remove_implitic()`` where a truncated buffer
6
+ wasn't detected. This can lead to high level functions, like
7
+ ``SigningKey.from_der()`` to raise unexpected exceptions.
8
+ (Mohamed Abdelaal (0xmrma))
9
10
+Maintenance:
11
+* Update CI to use newer version of Ubuntu.
12
13
* Release 0.19.1 (13 Mar 2025)
14
15
New API:
0 commit comments