summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-02-14 12:20:57 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-02-15 21:32:23 +0100
commit88418f04d7fd543f55604b862d0a77e5bd84bae6 (patch)
tree1b46bafcc0ac9528dae94db1b09bf8786f1eaa9b /CHANGELOG.md
parent3af4e6512690aab6e5bb30c47cf125bb8eb41d89 (diff)
downloadrsa-git-88418f04d7fd543f55604b862d0a77e5bd84bae6.tar.gz
Fix threading issue introduced in 4.7
Computing the blinding factor and its inverse was done in a thread-unsafe manner. Locking the computation & update of the blinding factors, and passing these around in frame- and stack-bound data, solves this. This fixes part of the issues reported in sybrenstuvel/python-rsa#173, but there is more going on in that particular report.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa25423..171bf8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Python-RSA changelog
+## Version 4.7.1 - in development
+
+- Fix threading issue introduced in 4.7 ([#173](https://github.com/sybrenstuvel/python-rsa/issues/173)
+
## Version 4.7 - released 2021-01-10
- Fix [#165](https://github.com/sybrenstuvel/python-rsa/issues/165):