mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
Merge branch 'doc-fix-cookie-algorithm-desc' into 'main'
[ISC-support #19862] Update docs to reflect changes to acceptable cookie-algorithm values See merge request isc-projects/bind9!5573
This commit is contained in:
@@ -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