File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ * Release 0.19.1 (13 Mar 2025)
2
+
3
+ New API:
4
+ * ``der.remove_implitic`` and ``der.encode_implicit`` for decoding and
5
+ encoding DER IMPLICIT values with custom tag values and arbitrary
6
+ classes
7
+
8
+ Bug fixes:
9
+ * Minor fixes around arithmetic with curves that have non-prime order
10
+ (useful for experimentation, not practical deployments)
11
+ * Fix arithmetic to work with curves that have (0, 0) on the curve
12
+ * Fix canonicalization of signatures when ``s`` is just slightly
13
+ above half of curve order
14
+
15
+ Maintenance:
16
+ * Dropped official support for Python 3.5 (again, issues with CI, support
17
+ for Python 2.6 and Python 2.7 is unchanged)
18
+ * Officialy support Python 3.12 and 3.13 (add them to CI)
19
+ * Removal of few more unnecessary `six.b` literals (Alexandre Detiste)
20
+ * Fix typos in warning messages
21
+
22
+
1
23
* Release 0.19.0 (08 Apr 2024)
2
24
3
25
New API:
You can’t perform that action at this time.
0 commit comments