]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to document parameters of auth_zone_verify_zonemd_with_key.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 30 Jul 2024 11:47:53 +0000 (13:47 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 30 Jul 2024 11:47:53 +0000 (13:47 +0200)
doc/Changelog
services/authzone.c

index aba7407d708fdb8e47e2dc55ba65edcd7527b812..f6f943045bc30db4b2fc26f9ac0c2bfaa66283c6 100644 (file)
@@ -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
index 0f79f42ead89f5a1baeac0a3ef6ff3940d4d3eca..580a681f57ce9e95b6876809c518ce630096762d 100644 (file)
@@ -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.
  */