aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-09-01 14:12:38 +0100
committerRichard van der Hoff <richard@matrix.org>2016-09-01 14:12:38 +0100
commite3664ef1d2b9bc35755f6d9ee4b3d7ef60e33d8c (patch)
tree69ec95faa1cfbc21674f7f7c37084dccd0e17e92
parent214e9328069b2c1db59d0ec63b7ff2753a5abfc9 (diff)
parentf7c428d62c71c5d623687aa9cecfc3fc375e0caf (diff)
Merge branch 'rav/ed25519_fix'
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9a3f3d7..96296e5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,7 +3,7 @@ Changes in `1.1.0 <http://matrix.org/git/olm/commit/?h=1.1.0>`_
This release includes a fix to a bug which caused Ed25519 keypairs to be
generated and used insecurely. Any Ed25519 keys generated by libolm 1.0.0
-should be considered compromised.
+or earlier should be considered compromised.
The fix necessitates a change to the format of the OlmAccount pickle; since
existing OlmAccounts should in any case be considered compromised (as above),