bind9/tests
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
..
bench Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
dns Fix dnssec-keygen key collision checking for KEY rrtype keys 2025-10-22 09:42:43 +11:00
include/tests Use clang-format-21 to update formatting 2025-10-21 09:34:29 +02:00
isc Add support for setting thread stack size 2025-08-05 10:46:09 +02:00
isccfg Use ControlStatementsExceptControlMacros for SpaceBeforeParens 2025-08-19 07:58:33 +02:00
libtest add query unit test 2025-09-09 09:42:34 +02:00
ns fix hookasyncctx renaming 2025-09-28 22:41:32 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00