Lines Matching full:dns
1 /* $OpenBSD: dns.c,v 1.44 2023/03/10 04:06:21 dtucker Exp $ */
42 #include "dns.h"
172 * and return -1 which stops DNS key fingerprint processing. in is_numeric_hostname()
192 * Verify the given hostname, address and host key using DNS.
219 debug("skipped DNS lookup for numerical hostname"); in verify_host_key_dns()
226 verbose("DNS lookup error: %s", dns_result_totext(result)); in verify_host_key_dns()
232 debug("found %d secure fingerprints in DNS", in verify_host_key_dns()
235 debug("found %d insecure fingerprints in DNS", in verify_host_key_dns()
251 verbose("Error parsing fingerprint from DNS."); in verify_host_key_dns()
292 debug("matching host key fingerprint found in DNS"); in verify_host_key_dns()
294 debug("mismatching host key fingerprint found in DNS"); in verify_host_key_dns()
296 debug("no host key fingerprint found in DNS"); in verify_host_key_dns()
302 * Export the fingerprint of a key as a DNS resource record