bind9/lib/isccfg
Aram Sargsyan 49b7ce9a54 Fix dnssec-keygen key collision checking for KEY rrtype keys
When generating a new key, dnssec-keygen checks for possible
key ID collisions with existing keys. The dnssec.c:findmatchingkeys()
function, which is supposed to get the list of the existing keys,
fails to do that for the existing KEY rrtype keys (i.e. generated
using 'dnssec-keygen -T KEY') because it doesn't pass down to the
dst_key_fromnamedfile() -> dst_key_read_public() functions the type
of the keys it's interested in. Fix the issue by introducing a new
function parameter which tells in which type of keys the caller is
currently interested in.
2025-10-22 09:42:43 +11:00
..
include rename cfg_aclconfctx_t variables to aclctx 2025-09-24 20:14:49 +02:00
aclconf.c Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
check.c Fix dnssec-keygen key collision checking for KEY rrtype keys 2025-10-22 09:42:43 +11:00
duration.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
kaspconf.c Change checkconf to include built-in dnssec-policy 2025-09-24 17:03:06 +02:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
namedconf.c remove "bindkeys-file" option 2025-10-12 23:37:49 -07:00
parser.c rename cfg_aclconfctx_t variables to aclctx 2025-09-24 20:14:49 +02:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00