mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-27 04:28:33 +00:00
- dns_zonemd_buildrdata() iterates a zone database and constructs a ZONEMD record using the SIMPLE digest scheme described in RFC 8976. - dns_zonemd_supported() checks a ZONEMD record and returns true if the scheme and hash algorithm are supported by this server. (Currently the only supported scheme is SIMPLE, and the supported hash algorithms are SHA-384 and SHA-512.)