]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove remaining RFC 3445 KEY flags 11961/head
authorMark Andrews <marka@isc.org>
Thu, 30 Apr 2026 23:06:36 +0000 (09:06 +1000)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 May 2026 08:17:31 +0000 (10:17 +0200)
commitcd96894bcdddb43aef2ddc768c548db053374194
tree7a5cca3cd0745dca1164a8c1cfc08fe99010f415
parent9c06f0a41de12fb4366db42c1dd4bbc785fe67b2
Remove remaining RFC 3445 KEY flags

RFC 3445 also eliminated the DNS_KEYTYPE_NOAUTH, DNS_KEYTYPE_NOCONF,
and DNS_KEYOWNER_ENTITY flags. With NOAUTH and NOCONF gone, the
concept of NOKEY can no longer be expressed in KEY records.

DNS_KEYOWNER_ENTITY was already unused as of 22d688f656 but still
defined; that is now also removed.
bin/dnssec/dnssec-keyfromlabel.c
bin/dnssec/dnssec-keygen.c
lib/dns/dnssec.c
lib/dns/dst_api.c
lib/dns/include/dns/keyvalues.h
lib/dns/key.c
lib/dns/rdata/generic/key_25.c
lib/dns/tsig.c
lib/dns/zone.c
tests/dns/rdata_test.c