From 6af28bed08f6b28edc2671973c665a198348d912 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 30 Jul 2024 13:47:53 +0200 Subject: [PATCH] - Fix to document parameters of auth_zone_verify_zonemd_with_key. --- doc/Changelog | 3 +++ services/authzone.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index aba7407d7..f6f943045 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +30 July 2024: Wouter + - Fix to document parameters of auth_zone_verify_zonemd_with_key. + 25 July 2024: Wouter - Add root key 38696 from 2024 for DNSSEC validation. It is added to the default root keys in unbound-anchor. The content can be diff --git a/services/authzone.c b/services/authzone.c index 0f79f42ea..580a681f5 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -8112,6 +8112,8 @@ auth_zone_verify_zonemd_with_key(struct auth_zone* z, struct module_env* env, * @param why_bogus: if the routine fails, returns the failure reason. * @param keystorage: where to store the ub_packed_rrset_key that is created * on success. A pointer to it is returned on success. + * @param reasonbuf: buffer to use for fail reason string print. + * @param reasonlen: length of reasonbuf. * @return the dnskey RRset, reference to zone data and keystorage, or * NULL on failure. */