From: Dan Theisen Date: Mon, 15 Nov 2021 11:59:01 +0000 (-0800) Subject: Update docs with correct cookie-algorithm values X-Git-Tag: v9.17.21~29^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b29a7481199dd0c76f250f26ac89de49e767785d;p=thirdparty%2Fbind9.git Update docs with correct cookie-algorithm values The documentation was inconsistent with the code. The new description for cookie-algorithm now reflects the current behavior. The following two commits are the relevant code changes to this section of docs: afa81ee4 a912f313 --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 278b70449d6..24840958132 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -1920,8 +1920,8 @@ Boolean Options ``cookie-algorithm`` This sets the algorithm to be used when generating the server cookie; the options are - "aes", "sha1", or "sha256". The default is "aes" if supported by - the cryptographic library; otherwise, "sha256". + "aes" or "siphash24". The default is "siphash24". The "aes" option remains for legacy + purposes. ``cookie-secret`` If set, this is a shared secret used for generating and verifying