From: W.C.A. Wijngaards Date: Fri, 2 Aug 2024 11:36:06 +0000 (+0200) Subject: Changelog note for #1090 X-Git-Tag: release-1.21.0rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cbf554e3b7f49aff81cd4597ef9c8a93556c890;p=thirdparty%2Funbound.git Changelog note for #1090 - Merge #1090: Cookie secret file. Adds `cookie-secret-file: "unbound_cookiesecrets.txt"` option to store cookie secrets for EDNS COOKIE secret rollover. The remote control add_cookie_secret, activate_cookie_secret and drop_cookie_secret commands can be used for rollover, the command print_cookie_secrets shows the values in use. --- diff --git a/doc/Changelog b/doc/Changelog index 157d31a6d..0c0e376af 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,12 @@ - Fix that alloc stats has strdup checks, it stops debuggers from complaining about mismatch at free time. - Fix testbound for alloc stats strdup in util/alloc.c. + - Merge #1090: Cookie secret file. Adds + `cookie-secret-file: "unbound_cookiesecrets.txt"` option to store + cookie secrets for EDNS COOKIE secret rollover. The remote control + add_cookie_secret, activate_cookie_secret and drop_cookie_secret + commands can be used for rollover, the command print_cookie_secrets + shows the values in use. 1 August 2024: Wouter - Fix dnstap test program, cleans up to have clean memory on exit,