]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix handling of revoked keys
authorEvan Hunt <each@isc.org>
Tue, 11 Mar 2025 20:36:00 +0000 (13:36 -0700)
committerEvan Hunt <each@isc.org>
Fri, 14 Mar 2025 22:25:44 +0000 (22:25 +0000)
commit9cfe9f5eb787f6c42eee87fc79f5fd38218090c4
treed963b81b9ac6f0b74e0380b17e09b22a440c90e2
parente6c07b33866b42e13819daaa1ed99319d670391b
fix handling of revoked keys

when a key is revoked its key ID changes, due to the inclusion
of the "revoke" flag. a collision between this changed key ID and
that of an unrelated public-only key could cause a crash in
dnssec-signzone.
bin/tests/system/dnssec/signer/general/K.+013+23640.key [new file with mode: 0644]
bin/tests/system/dnssec/signer/general/K.+013+23640.private [new file with mode: 0644]
bin/tests/system/dnssec/signer/general/K.+013+23768.key [new file with mode: 0644]
bin/tests/system/dnssec/signer/general/test12.zone [new file with mode: 0644]
bin/tests/system/dnssec/tests.sh
lib/dns/dnssec.c