]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix dnssec-keygen key collision checking for KEY rrtype keys
authorMark Andrews <marka@isc.org>
Wed, 22 Oct 2025 01:44:26 +0000 (12:44 +1100)
committerMark Andrews <marka@isc.org>
Wed, 22 Oct 2025 01:44:26 +0000 (12:44 +1100)
The :iscman:`dnssec-keygen` utility program failed to detect
possible Key ID collisions with the existing keys generated
using the non-default ``-T KEY`` option (e.g. for ``SIG(0)``).
This has been fixed.

Closes #5506

Merge branch '5506-dnssec-keygen-sig0-keys-collision-fix' into 'main'

See merge request isc-projects/bind9!11047


Trivial merge