From 4a33bd5b609caa96e58480ddfa9cfef0b2a9a34a Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 31 Oct 2017 09:11:51 +0100 Subject: [PATCH] [master] Added a warning about required update of the server code --- src/lib/dns/tsig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/dns/tsig.h b/src/lib/dns/tsig.h index 579f8e4863..8dae3794eb 100644 --- a/src/lib/dns/tsig.h +++ b/src/lib/dns/tsig.h @@ -4,6 +4,10 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +// IMPORTANT: the server side of this code MUST NOT be used until +// it was fixed, cf draft-dupont-dnsop-rfc2845bis-00.txt +// Note that Kea uses only the client side. + #ifndef TSIG_H #define TSIG_H 1 -- 2.47.2