]> git.ipfire.org Git - thirdparty/bind9.git/commit
disable adding keys to keytable; only DS trust anchors can now be added
authorEvan Hunt <each@isc.org>
Fri, 20 Dec 2019 19:37:11 +0000 (11:37 -0800)
committerEvan Hunt <each@isc.org>
Tue, 14 Jan 2020 17:24:22 +0000 (09:24 -0800)
commitb984a4b64733bb5924c7231ebdacb89f2d486577
treed1f99f07597beadf26d23a16c0ff2e48f4226459
parent7fdf40770fec93fd619c4b72dc9be44b24aad58d
disable adding keys to keytable; only DS trust anchors can now be added

the internal keytable structure has not yet been changed, but
insertion of DS anchors is the only method now available.

NOTE: the keytable unit test is currently failing because of tests
that expect individual keynode objects to contain single DST key
objects.
bin/named/server.c
bin/tests/system/dnssec/tests.sh
lib/dns/client.c
lib/dns/ds.c
lib/dns/include/dns/ds.h
lib/dns/include/dns/keytable.h
lib/dns/keytable.c
lib/dns/tests/keytable_test.c
lib/dns/win32/libdns.def.in
lib/dns/zone.c