Skip to content

Commit

Permalink
OX: Clarify that it only mitigates replay attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Jan 26, 2016
1 parent 814cb17 commit 9f66bd8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions xep-openpgp/xep-openpgp.xml
Expand Up @@ -671,10 +671,12 @@ Standards Foundation.</permissions>
(<link url='https://xmpp.org/extensions/xep-0027.html#security'
4</link>, <link
url='https://xmpp.org/extensions/xep-0027.html#issues'
5</link>). It prevents replay attacks by including the recipient's
address and a timestamp in the OpenPGP content element. It allows
for both, signing and encrypting of the element. The scope of the
specification was deliberately limited to OpenPGP.</p>
5</link>). It mitigates replay attacks by including the
recipient's address and a timestamp in the OpenPGP content
element<note>Full Replay attack prevention would require a
counter based approach.</note>. It allows for both, signing and
encrypting of the element. The scope of the specification was
deliberately limited to OpenPGP.</p>

<p>Features like signed presences, which is provided by XEP-0027,
may be added later on as add-on XEP to this.</p>
Expand Down

0 comments on commit 9f66bd8

Please sign in to comment.