From b828605d51f57851316d7ba402b4ae06cf37c55d Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Fri, 1 Sep 2017 05:53:56 +0000 Subject: upstream commit identify the case where SSHFP records are missing but other DNS RR types are present and display a more useful error message for this case; patch by Thordur Bjornsson; bz#2501; ok dtucker@ Upstream-ID: 8f7a5a8344f684823d8317a9708b63e75be2c244 --- dns.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dns.h') diff --git a/dns.h b/dns.h index 30e2b19b..6bb8c793 100644 --- a/dns.h +++ b/dns.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dns.h,v 1.15 2015/05/08 06:45:13 djm Exp $ */ +/* $OpenBSD: dns.h,v 1.16 2017/09/01 05:53:56 djm Exp $ */ /* * Copyright (c) 2003 Wesley Griffin. All rights reserved. @@ -49,6 +49,7 @@ enum sshfp_hashes { #define DNS_VERIFY_FOUND 0x00000001 #define DNS_VERIFY_MATCH 0x00000002 #define DNS_VERIFY_SECURE 0x00000004 +#define DNS_VERIFY_MISSING 0x00000008 int verify_host_key_dns(const char *, struct sockaddr *, struct sshkey *, int *); -- cgit v1.2.1