Displaying 2 results from an estimated 2 matches for "match_host_s".
Did you mean:
match_host_p
2015 Jun 23
2
Call for testing: OpenSSH 6.9
...eytype == KEY_ECDSA ||
expected->no_parse_keytype == KEY_ECDSA) {
@@ -105,7 +115,7 @@ check(struct hostkey_foreach_line *l, void *_ctx)
expected_keytype = KEY_UNSPEC;
parse_key = 0;
}
-#endif
+#endif /* OPENSSL_HAS_ECC */
UPDATE_MATCH_STATUS(match_host_p);
UPDATE_MATCH_STATUS(match_host_s);
@@ -154,10 +164,15 @@ prepare_expected(struct expected *expected, size_t n)
if (expected[i].l.keytype == KEY_RSA1)
continue;
#endif
+#ifndef WITH_OPENSSL
+ if (expected[i].l.keytype == KEY_RSA ||
+ expected[i].l.keytype == KEY_DSA)
+ continue;
#ifndef OPENSSL_HAS_ECC
if (expec...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi,
OpenSSH 6.9 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is