- Fix to document parameters of auth_zone_verify_zonemd_with_key.

This commit is contained in:
W.C.A. Wijngaards 2024-07-30 13:47:53 +02:00
parent f094f4ea3c
commit 6af28bed08
2 changed files with 5 additions and 0 deletions

View 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

View 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.
*/