summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-22 13:11:22 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-22 13:14:40 +0100
commit2310b34bdb530e0bad793d42f589c9f848ff181b (patch)
tree7add9af08619ac491dadef6c0a9620794e5b68bd /CHANGELOG.txt
parent15b69b38568cfe883180c397d408207b456e0e06 (diff)
downloadrsa-git-2310b34bdb530e0bad793d42f589c9f848ff181b.tar.gz
Fix #19: Implemented blinding when decrypting.
This prevents side-channel (such as timing) attacks, see: https://en.wikipedia.org/wiki/Blinding_%28cryptography%29
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 0a6226c..e9358c9 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,6 +6,7 @@ Version 3.4 - in development
----------------------------------------
- Moved development to Github.
+- Solved side-channel vulnerability by implementing blinding, fixes #19
- Fixed bugs #14, #27, #30