[Git][NTPsec/ntpsec][master] Update NTS disambiguating label string used to make C2S and S2C keys

Hal Murray gitlab at mg.gitlab.com
Mon Apr 20 18:48:20 UTC 2020



Hal Murray pushed to branch master at NTPsec / ntpsec


Commits:
9118ad8e by Hal Murray at 2020-04-20T11:33:36-07:00
Update NTS disambiguating label string used to make C2S and S2C keys
This is an incompatible change to track a change in the draft RFC.

- - - - -


1 changed file:

- ntpd/nts_client.c


Changes:

=====================================
ntpd/nts_client.c
=====================================
@@ -484,7 +484,7 @@ bool nts_make_keys(SSL *ssl, uint16_t aead, uint8_t *c2s, uint8_t *s2c, int keyl
 	// From: Martin Langer <mart.langer at ostfalia.de>
 	// Date: Tue, 15 Jan 2019 11:40:13 +0100
 	// https://mailarchive.ietf.org/arch/msg/ntp/nkc-9n6XOPt5Glgi_ueLvuD9EfY	// NB: 1.1.1 works and is shipped with Ubuntu 18.04.4 LTS Bionic
-	const char *label = "EXPORTER-network-time-security/1";
+	const char *label = "EXPORTER-network-time-security";
 	unsigned char context[5];
 	context[0] = (nts_protocol_NTP >> 8) & 0xFF;
 	context[1] = nts_protocol_NTP & 0xFF;



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/9118ad8e46fa03f230bd18968f6ff75e27cd6084

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/9118ad8e46fa03f230bd18968f6ff75e27cd6084
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20200420/3981df89/attachment.htm>


More information about the vc mailing list