Searched refs:auth_zone_log (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | authzone.c | 7783 static void auth_zone_log(uint8_t* name, enum verbosity_value level, 7785 static void auth_zone_log(uint8_t* name, enum verbosity_value level, in auth_zone_log() function 7814 auth_zone_log(z->name, VERB_ALGO, "zonemd dnssec verify: have " in zonemd_dnssec_verify_rrset() 7831 auth_zone_log(z->name, VERB_ALGO, in zonemd_dnssec_verify_rrset() 7840 auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus); in zonemd_dnssec_verify_rrset() 7902 auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC verification of absence of ZONEMD secure"); in zonemd_check_dnssec_absence() 7944 auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC3 verification of absence of ZONEMD secure"); in zonemd_check_dnssec_absence() 7978 auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC verification of SOA and ZONEMD RRsets secure"); in zonemd_check_dnssec_soazonemd() 8092 auth_zone_log(z->name, VERB_ALGO, "DNSSEC verified nonexistence of ZONEMD"); in auth_zone_verify_zonemd_with_key() 8100 auth_zone_log(z->name, VERB_ALGO, "no ZONEMD present"); in auth_zone_verify_zonemd_with_key() [all …]
|