]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: Support restricted key tag range when generating new keys
authorMark Andrews <marka@isc.org>
Thu, 22 Aug 2024 12:55:46 +0000 (12:55 +0000)
committerMark Andrews <marka@isc.org>
Thu, 22 Aug 2024 12:55:46 +0000 (12:55 +0000)
It is useful when multiple signers are being used
to sign a zone to able to specify a restricted
range of range of key tags that will be used by an
operator to sign the zone.  This adds controls to
named (dnssec-policy), dnssec-signzone, dnssec-keyfromlabel and
dnssec-ksr (dnssec-policy) to specify such ranges.

Closes #4830

Merge branch '4830-support-restricted-key-tag-range-when-generating-new-keys' into 'main'

Closes #4830

See merge request isc-projects/bind9!9258


Trivial merge