From fc3a37a2ad849fb7744e168d6142ba088ed59f53 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 8 Sep 2021 12:15:13 +0300 Subject: [PATCH] Add an entry to the CHANGES file [GL #2794] Mention in the CHANGES file that "dot" ALPN token is required to be negotiated for XoT. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 7583a8a7ac..ff6d18584f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5733. [func] Require "dot" ALPN token to be negotiated for + zone transfers over TLS (XoT), as required by RFC9103. + [GL #2794] + 5732. [cleanup] Remove dns_lib_init() and _shutdown() and ns_lib_init() and _shutdown() functions, as they no longer served any useful purpose. [GL #88]