From: Artem Boldariev Date: Mon, 9 May 2022 16:40:01 +0000 (+0300) Subject: Modify CHANGES X-Git-Tag: v9.19.2~22^2~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=aa8c258fba51b1e5761b167f55b6bca2a0dd479e;p=thirdparty%2Fbind9.git Modify CHANGES Mention that TLS session resumption is now fully supported in the client side code. --- diff --git a/CHANGES b/CHANGES index 94794987ed0..87a1cbaa638 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5893. [func] Add TLS session resumption support to the client-side + TLS code. [GL !6274] + 5892. [cleanup] Refactored the the hash tables in resolver.c to use the isc_ht API. [GL !6271]