8000 Updated CHANGELOG · sybrenstuvel/python-rsa@f4bd4d4 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit f4bd4d4

Browse files
committed
Updated CHANGELOG
Note that version 4.3 will not appear on the master branch, but is available in the version-4.3-py27compatible branch only.
1 parent c592367 commit f4bd4d4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Python-RSA changelog
22

3-
## Version 4.2 - in development
3+
## Version 4.4 - released 2020-06-12
4+
5+
Version 4.3 is almost a re-tagged release of version 4.0. It requires Python
6+
3.5+. To avoid older Python installations from trying to upgrade to RSA 4.4,
7+
this is now made explicit in the `python_requires` argument in `setup.py`.
8+
9+
No functional changes compared to version 4.2.
10+
11+
12+
## Version 4.3 - released 2020-06-12
13+
14+
Version 4.3 is almost a re-tagged release of version 4.0. It is the last to
15+
support Python 2.7. This is now made explicit in the `python_requires` argument
16+
in `setup.py`. Python 3.4 is not supported by this release.
17+
18+
Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.
19+
20+
- Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out.
21+
- Reject cyphertexts (when decrypting) and signatures (when verifying) that have
22+
been modified by prepending zero bytes. This resolves CVE-2020-13757. Thanks
23+
Carnil for pointing this out.
24+
25+
26+
## Version 4.2 - released 2020-06-10
427

528
- Rolled back the switch to Poetry, and reverted back to using Pipenv + setup.py
629
for dependency management. There apparently is an issue no-binary installs of

0 commit comments

Comments
 (0)
0