From 2a4fd0a5c61335b4f831868a6a2b40c89253dab7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 26 Mar 2020 15:37:08 +0100 Subject: [PATCH] nts: update TLS exporter label Change the string to "EXPORTER-network-time-security" as specified in the latest NTS draft. --- nts_ke.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nts_ke.h b/nts_ke.h index 15ae3f5..ed6fdc7 100644 --- a/nts_ke.h +++ b/nts_ke.h @@ -46,7 +46,7 @@ #define NKE_ERROR_INTERNAL_SERVER_ERROR 2 #define NKE_ALPN_NAME "ntske/1" -#define NKE_EXPORTER_LABEL "EXPORTER-network-time-security/1" +#define NKE_EXPORTER_LABEL "EXPORTER-network-time-security" #define NKE_EXPORTER_CONTEXT_C2S "\x0\x0\x0\xf\x0" #define NKE_EXPORTER_CONTEXT_S2C "\x0\x0\x0\xf\x1"