aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2019-04-24 14:34:35 +0200
committerLinus Nordberg <linus@nordberg.se>2019-04-24 14:34:49 +0200
commit941774a5a792570189d1443b78aae10079ccf383 (patch)
tree600e187162ec0a3c153cfc7a0f37824c2de3c0e0
parentCorrect protocol (diff)
downloadwg-dynamic-941774a5a792570189d1443b78aae10079ccf383.tar.xz
wg-dynamic-941774a5a792570189d1443b78aae10079ccf383.zip
Clean up forwardkey data a bit
-rw-r--r--docs/key-rotation.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/key-rotation.md b/docs/key-rotation.md
index 847183e..04fa3fc 100644
--- a/docs/key-rotation.md
+++ b/docs/key-rotation.md
@@ -13,12 +13,12 @@ Example of a successful key registration:
### server
+TOOD: explain 'forwardkey' (and maybe change the name?)
+
- forwardkey: 0..*
- data:
- - current-pubkey [key]
- current-peer [peer]
- - new-pubkey [key]
- new-peer [peer]
- states and possible transitions:
@@ -32,7 +32,6 @@ Example of a successful key registration:
- session-up: wg event "session established with new-peer"
- session-down: wg event "session closed with current-peer"
-
- state transitions:
- <new>:
- request -> NOTINUSE
@@ -49,7 +48,6 @@ Example of a successful key registration:
- data:
- keypair
- - peer
- states and possible transitions:
- <new> -> REGISTERED