bind9/bin
Nicki Křížek 710bcd4ef7 Parse DNSKEY into a dnspython type in isctest.kasp.Key.dnskey
Previously, a DNSKEY string from keyfile was returned. This made the
function brittle for further processing, as the string would have to be
split up, concatenated, and TTL could be missing, making string indices
context-dependent.

Parse the DNSKEY rrset into a proper dnspython object and return it.
This makes the output more predictable and reliable, as all the
neccessary parsing is done by dnspython.

(cherry picked from commit 0bf20f8d68)
2025-11-27 13:49:51 +00:00
..
check dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
confgen Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
delv dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
dig avoid retrying a server if its address is unusable 2025-11-04 19:05:52 +00:00
dnssec dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
named set cfgmaps correctly 2025-10-29 13:28:15 -07:00
nsupdate Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
plugins Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
rndc document config option dependency for showzone 2025-10-23 20:10:49 +00:00
tests Parse DNSKEY into a dnspython type in isctest.kasp.Key.dnskey 2025-11-27 13:49:51 +00:00
tools mdig: fix implicit bool to int cast 2025-11-12 10:32:20 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00