mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
This commit changes the BIND cookie algorithms to match draft-sury-toorop-dnsop-server-cookies-00. Namely, it changes the Client Cookie algorithm to use SipHash 2-4, adds the new Server Cookie algorithm using SipHash 2-4, and changes the default for the Server Cookie algorithm to be siphash24. Add siphash24 cookie algorithm, and make it keep legacy aes as |
||
|---|---|---|
| .. | ||
| ns1 | ||
| ns2 | ||
| ns3 | ||
| ns4 | ||
| ns5 | ||
| ns6 | ||
| ns7 | ||
| ns8 | ||
| .gitignore | ||
| bad-cookie-badaes.conf | ||
| bad-cookie-badhex.conf | ||
| bad-cookie-badsiphash24.conf | ||
| bad-cookie-toolong.conf | ||
| clean.sh | ||
| good-cookie-aes.conf | ||
| good-cookie-siphash24.conf | ||
| setup.sh | ||
| tests.sh | ||