]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove all code that uses non-DS trust anchors
authorEvan Hunt <each@isc.org>
Fri, 20 Dec 2019 03:39:33 +0000 (19:39 -0800)
committerEvan Hunt <each@isc.org>
Tue, 14 Jan 2020 17:24:13 +0000 (09:24 -0800)
commit7fdf40770fec93fd619c4b72dc9be44b24aad58d
treefdd8cf0132bf91697a1e888007b8672426b0d5e3
parent21d3f66f1c00dcd81726e67be43e98824b861ac2
remove all code that uses non-DS trust anchors

as initial-key and static-key trust anchors will now be stored as a
DS rrset, code referencing keynodes storing DNSKEY trust anchors will
no longer be reached.
bin/named/server.c
lib/dns/include/dns/keytable.h
lib/dns/keytable.c
lib/dns/tests/keytable_test.c
lib/dns/validator.c
lib/dns/win32/libdns.def.in
lib/dns/zone.c
lib/dns/zoneverify.c
lib/ns/query.c