search for: 9f1eafa

Displaying 1 result from an estimated 1 matches for "9f1eafa".

Did you mean: 9b1ea7fa
2015 Jun 22
2
Small issue with DNSSEC / SSHFP
...SSEC aware, so that breaks the validation. commit da3654f67293daffc913b87eb05eac098e462838 Author: Philip Homburg <philip at f-src.phicoh.com> Date: Mon Jun 22 12:52:45 2015 +0200 Better diagnostic when DNSSEC validation fails. diff --git a/sshconnect.c b/sshconnect.c index f41960c..9f1eafa 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -71,6 +71,7 @@ char *server_version_string = NULL; Key *previous_host_key = NULL; static int matching_host_key_dns = 0; +static int dns_secure = 0; static pid_t proxy_command_pid = 0; @@ -972,13 +973,18 @@ check_host_key(char *hostname, struc...