]> git.ipfire.org Git - thirdparty/bind9.git/commit
Future: DS private algorithm support
authorMark Andrews <marka@isc.org>
Wed, 21 May 2025 00:13:04 +0000 (10:13 +1000)
committerMark Andrews <marka@isc.org>
Wed, 18 Jun 2025 21:15:20 +0000 (07:15 +1000)
commit10d094a289e43eb82425b03a1c23b91876de9205
treee8d35c9f1a1f48420bbbf7674610ff810221d682
parentc428af5e7a36763bd7c42e040b9934a742ceea0e
Future: DS private algorithm support

Add support for proposed DS digest types that encode the private
algorithm identifier at the start of the DS digest as is done for
DNSKEY and RRSIG.  This allows a DS record to identify the specific
DNSSEC algorithm, rather than a set of algorithms, when the algorithm
field is set to PRIVATEDNS or PRIVATEOID.
17 files changed:
bin/dnssec/dnssec-cds.c
bin/dnssec/dnssec-dsfromkey.c
bin/dnssec/dnssec-ksr.c
bin/dnssec/dnssec-signzone.c
bin/named/server.c
bin/tests/system/feature-test.c
lib/dns/dnssec.c
lib/dns/ds.c
lib/dns/dst_api.c
lib/dns/include/dns/ds.h
lib/dns/keytable.c
lib/dns/rcode.c
lib/dns/validator.c
lib/dns/view.c
lib/dns/zone.c
lib/dns/zoneverify.c
tests/dns/keytable_test.c