From 6ce6567564d8d9894e8056d7210d529cd550e830 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Mon, 12 Feb 2024 22:58:46 +0200 Subject: [PATCH] Update CHANGES [GL #4572] Mention that BIND should not abort anymore when trying to connect to a remote server via TLS when using an incorrect 'tls' configuration. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index eeceab7e30..4cd031c2a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +6348. [bug] BIND could previously abort when trying to + establish a connection to a remote server using an + incorrect 'tls' configuration. That has been + fixed. Thanks to Tobias Wolter for bringing + the issue to our attention. [GL #4572] + 6347. [func] Disallow stale-answer-client-timeout non-zero values. [GL #4447]