Skip to content

Commit 2a6593d

Browse files
authored
Merge pull request #359 from tlsfuzzer/release-0.19.1
add release notes for 0.19.1 release
2 parents 3c5df06 + 658ddc8 commit 2a6593d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

NEWS

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
* Release 0.19.0 (08 Apr 2024)
224

325
New API:

0 commit comments

Comments
 (0)