From 26c0dd96eb940e6f4e8ffe5e7e7f7cf407560f79 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Thu, 12 Jan 2023 20:51:08 +0200 Subject: [PATCH] Modify CHANGES [GL #3767] Mention that downloading a zone via TLS- from a server which does not negotiate "dot" ALPN tag could have crashed BIND on shutdown. (cherry picked from commit 16fa692b5641ba1a0cfb4164e404fe54d53a94ec) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c6227baf10..5a404712cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6068. [bug] Downloading a zone via TLS from a server which does + not negotiate "dot" ALPN token could crash BIND + on shutdown. That has been fixed. [GL #3767] + 6063. [bug] Revert a change that limited to honour single read for TLSDNS as it broke XoT. [GL #3772]