From 7286aff2c39a52ab9a92a815dd54d21dd7ed6871 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 9 Jan 2015 16:28:15 +0100 Subject: Move protocol-specific TLV specifications to main handshake record enum --- src/handshake.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/handshake.c') 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", -- cgit v1.2.3