Home
last modified time | relevance | path

Searched refs:zonemd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ldns/
H A Ddnssec_zone.c1762 ldns_dnssec_rrsets *zonemd, *soa; local
1774 zonemd = ldns_dnssec_zone_find_rrset(
1776 if (!zonemd) {
1815 for (rrs = zonemd->rrs; rrs; rrs = rrs->next) {
1843 for (rrs = zonemd->rrs; rrs; rrs = rrs->next) {
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex427 zonemd-permissive-mode{COLON} { YDVAR(1, VAR_ZONEMD_PERMISSIVE_MODE) }
428 zonemd-check{COLON} { YDVAR(1, VAR_ZONEMD_CHECK) }
429 zonemd-reject-absence{COLON} { YDVAR(1, VAR_ZONEMD_REJECT_ABSENCE) }
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in774 # zonemd-permissive-mode: no
1241 # zonemd-check: no
1242 # zonemd-reject-absence: no
H A DChangelog289 - Fix to use modstack_init in zonemd unit test.
1550 - Fix zonemd check to allow unsupported algorithms to load.
1554 - Fix zonemd unsupported algo check.
1555 - Fix zonemd unsupported algo check reason to not copy to next record,
1557 - Fix zonemd unsupported algo check to print unsupported reason before
1559 - Fix zonemd unsupported algo check to set reason to NULL before the
1921 - Fix zonemd verification of key that is not in DNS but in the zone
1923 - zonemd, fix order of bogus printout string manipulation.
1959 - Fix missing locks in zonemd unit test.
1961 - Fix out of sourcedir run of zonemd unit tests.
[all …]