]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: update comments with new RFCs
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 21 Sep 2020 12:06:10 +0000 (14:06 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 21 Sep 2020 12:07:05 +0000 (14:07 +0200)
ntp.h

diff --git a/ntp.h b/ntp.h
index 804491837891646106d07f5ee186a66b640a5bb1..9a275abb0b7eb98ebf8ed22efff5273442a13cfd 100644 (file)
--- a/ntp.h
+++ b/ntp.h
@@ -116,10 +116,11 @@ typedef struct {
 /* Enumeration for authentication modes of NTP packets */
 typedef enum {
   NTP_AUTH_NONE = 0,            /* No authentication */
-  NTP_AUTH_SYMMETRIC,           /* MAC using symmetric key (RFC 1305, RFC 5905) */
+  NTP_AUTH_SYMMETRIC,           /* NTP MAC or CMAC using a symmetric key
+                                   (RFC 1305, RFC 5905, RFC 8573) */
   NTP_AUTH_MSSNTP,              /* MS-SNTP authenticator field */
   NTP_AUTH_MSSNTP_EXT,          /* MS-SNTP extended authenticator field */
-  NTP_AUTH_NTS,                 /* Network Time Security (RFC ????) */
+  NTP_AUTH_NTS,                 /* Network Time Security (RFC 8915) */
 } NTP_AuthMode;
 
 /* Structure describing an NTP packet */