summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-02-16 19:12:18 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 12:08:10 +0100
commit5b517c26e350791cc3d31c937e5f5ff4b8791949 (patch)
treed0fd158b75a600e18598b13dcd401e3d49810235
parent87664078fbbd8bd1f84a9dff05bb1d673b696eaa (diff)
downloadrsa-git-5b517c26e350791cc3d31c937e5f5ff4b8791949.tar.gz
README: remove older changes
The CHANGELOG.md can still be used to find what happened in which release.
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
index 2684060..d2f512d 100644
--- a/README.md
+++ b/README.md
@@ -29,26 +29,3 @@ Security
Because of how Python internally stores numbers, it is very hard (if not impossible) to make a pure-Python program secure against timing attacks. This library is no exception, so use it with care. See https://securitypitfalls.wordpress.com/2018/08/03/constant-time-compare-in-python/ for more info.
-Major changes in 4.1
---------------------
-
-Version 4.0 was the last version to support Python 2 and 3.4. Version 4.1 is compatible with Python 3.5+ only.
-
-
-Major changes in 4.0
---------------------
-
-Version 3.4 was the last version in the 3.x range. Version 4.0 drops the following modules,
-as they are insecure:
-
-- `rsa._version133`
-- `rsa._version200`
-- `rsa.bigfile`
-- `rsa.varblock`
-
-Those modules were marked as deprecated in version 3.4.
-
-Furthermore, in 4.0 the I/O functions is streamlined to always work with bytes on all
-supported versions of Python.
-
-Version 4.0 drops support for Python 2.6 and 3.3.