]> git.ipfire.org Git - thirdparty/bind9.git/commit
Minor fixes in trust anchor code
authorMatthijs Mekking <matthijs@isc.org>
Mon, 2 Dec 2019 08:29:02 +0000 (09:29 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 6 Dec 2019 07:12:24 +0000 (07:12 +0000)
commiteddac8575d29a9925af60788583be093139c8e2d
tree22e6e05be4a9ee5c1bad6a5c5f6a7a2fd49dcc3b
parent564707023ce0d11133fb1e64841280a2597152fd
Minor fixes in trust anchor code

This commit makes some minor changes to the trust anchor code:

1. Replace the undescriptive n1, n2 and n3 identifiers with slightly
   better rdata1, rdata2, and rdata3.
2. Fix an occurrence where in the error log message a static number
   32 was printed, rather than the rdata3 length.
3. Add a default case to the switch statement checking DS digest
   algorithms to catch unknown algorithms.
bin/delv/delv.c
bin/named/server.c
lib/bind9/check.c
lib/isccfg/namedconf.c