]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #1090
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Aug 2024 11:36:06 +0000 (13:36 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 2 Aug 2024 11:36:06 +0000 (13:36 +0200)
- 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.

doc/Changelog

index 157d31a6db1003668eb892a84af15276036a2916..0c0e376afe3fc1f6e048f76e681603c08827f258 100644 (file)
@@ -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,