mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
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
This commit is contained in:
committed by
Matthijs Mekking
parent
a814f72261
commit
b29a748119
@@ -1920,8 +1920,8 @@ Boolean Options
|
|||||||
|
|
||||||
``cookie-algorithm``
|
``cookie-algorithm``
|
||||||
This sets the algorithm to be used when generating the server cookie; the options are
|
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
|
"aes" or "siphash24". The default is "siphash24". The "aes" option remains for legacy
|
||||||
the cryptographic library; otherwise, "sha256".
|
purposes.
|
||||||
|
|
||||||
``cookie-secret``
|
``cookie-secret``
|
||||||
If set, this is a shared secret used for generating and verifying
|
If set, this is a shared secret used for generating and verifying
|
||||||
|
Reference in New Issue
Block a user