diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2016-09-01 14:00:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 14:00:26 +0100 |
commit | f7c428d62c71c5d623687aa9cecfc3fc375e0caf (patch) | |
tree | e89d70a561281432e0714505280ad02fddedfc40 | |
parent | 0c462cff112589fc52d13da6c919f881cb6d3f8c (diff) |
update changelog
pre-1.0.0 was broken too
-rw-r--r-- | CHANGELOG.rst | 2 |
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), |