From: Artem Boldariev Date: Fri, 24 Dec 2021 12:54:19 +0000 (+0200) Subject: Add a CHANGES entry [GL !5672] X-Git-Tag: v9.17.22~21^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb330c432d38f7813f83b2a639f2bb835820e214;p=thirdparty%2Fbind9.git Add a CHANGES entry [GL !5672] Mention that TLS contexts reuse was implemented. --- diff --git a/CHANGES b/CHANGES index df26bf014c7..053fec41c9a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5784. [func] Implement TLS-contexts reuse. Reusing the + previously created TLS context objects can reduce + initialisation time for some configurations and enables + TLS session resumption for incoming zone transfers over + TLS (XoT). [GL #3067] + 5783. [func] named is now able to log TLS pre-master secrets for debugging purposes. This requires setting the SSLKEYLOGFILE environment variable appropriately.