From ac55d818c22a55aca03d175fcaa0788d2bf36bc5 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Thu, 14 Dec 2023 15:34:30 +0200 Subject: [PATCH] Update CHANGES [GL #3504] Mention that the 'tls' block was extended with a new 'cipher-suites' option. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index c428ab1b5b..10358f8a9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6321. [func] The 'tls' block was extended with a new + 'cipher-suites' option that allows setting + allowed cipher suites for TLSv1.3. + [GL #3504] + 6320. [bug] Fix a possible crash in 'dig +nssearch +nofail' and 'host -C' commands when one of the name servers returns SERVFAIL. [GL #4508]