Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
0a7d4e35
Commit
0a7d4e35
authored
Oct 21, 2016
by
Mark Haines
Browse files
Reword and s/message index/ratchet index/
parent
8c4a11a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/megolm.rst
View file @
0a7d4e35
...
...
@@ -277,12 +277,13 @@ Limitations
Message Replays
---------------
A message can be decrypted successfully multiple times. This means that a MITM
server can send multiple copies of a message and they will successfully decrypt.
A message can be decrypted successfully multiple times. This means that an
attacker can re-send a copy of an old message, and the recipient will treat it
as a new message.
To mitigate this it is recomendend that applications track the
message
indicies
they have recieved and that they reject messages with
indicies that they've
already decrypted.
To mitigate this it is recomendend that applications track the
ratchet
indicies
they have recieved and that they reject messages with
a ratchet index that
they've
already decrypted.
Lack of Transcript Consistency
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment