summaryrefslogtreecommitdiffstats
path: root/src/handshake.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-09 16:28:15 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-09 16:28:54 +0100
commit7286aff2c39a52ab9a92a815dd54d21dd7ed6871 (patch)
tree33785f5858daff9b4c5de502058cc4a7c0e87296 /src/handshake.c
parentb3dc95b4bef3bbc106b8812daebe4b980e8908cf (diff)
downloadfastd-7286aff2c39a52ab9a92a815dd54d21dd7ed6871.tar
fastd-7286aff2c39a52ab9a92a815dd54d21dd7ed6871.zip
Move protocol-specific TLV specifications to main handshake record enum
Diffstat (limited to 'src/handshake.c')
-rw-r--r--src/handshake.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/handshake.c b/src/handshake.c
index 9b2c955..f66282c 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -44,11 +44,11 @@ static const char *const RECORD_TYPES[RECORD_MAX] = {
"flags",
"mode",
"protocol name",
- "(protocol specific 1)",
- "(protocol specific 2)",
- "(protocol specific 3)",
- "(protocol specific 4)",
- "(protocol specific 5)",
+ "sender public key",
+ "recipient public key",
+ "sender ephemeral public key",
+ "recipient ephemeral public key",
+ "compat handshake authentication tag",
"MTU",
"method name",
"version name",