summaryrefslogtreecommitdiff
path: root/ecp/doc
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2024-04-26 19:13:23 +0200
committerUros Majstorovic <majstor@majstor.org>2024-04-26 19:13:23 +0200
commit4d50119033c574806d393643d96f11e065142822 (patch)
treefb208e960c6ce948fa6cc6ce10e77889bfe02252 /ecp/doc
parent8428b7703c2b5d510aed8f57f146d2717b5529bc (diff)
added max diff between current irep nonce and auth tag nonce
Diffstat (limited to 'ecp/doc')
-rw-r--r--ecp/doc/protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/doc/protocol.md b/ecp/doc/protocol.md
index 12378a6..ec69e6b 100644
--- a/ecp/doc/protocol.md
+++ b/ecp/doc/protocol.md
@@ -64,7 +64,7 @@ Client periodically sends key exchange packet to check if server has changed its
Server will encrypt subsequent packets to client with new key only after it receives packet from client which was encrypted with that new key. Client can use new key immediately after receiving key exchange response.
If client does not receive response to key exchange after some number of tries, it should consider connection broken.
-Server can purge connections after some time of inactivity. <!-- Before purging connections server must generate new "cookie key" &mdash; see authentication tag in init reply message below. -->
+Server can purge connections after some time of inactivity.
##Messages defined by EllipticCP