Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | upstream commit | djm@openbsd.org | |
remove SSHv1 support from unit tests Upstream-Regress-ID: 395ca2aa48f1f7d23eefff6cb849ea733ca8bbfe | |||
2015-04-01 | upstream commit | djm@openbsd.org | |
adapt to recent hostfile.c change: when parsing known_hosts without fully parsing the keys therein, hostkeys_foreach() will now correctly identify KEY_RSA1 keys; ok markus@ miod@ | |||
2015-03-11 | make unit tests work for !OPENSSH_HAS_ECC | Damien Miller | |
2015-03-09 | upstream commit | djm@openbsd.org | |
unbreak for w/SSH1 (default) case; ok markus@ deraadt@ | |||
2015-03-05 | unbreak hostkeys test for w/ SSH1 case | Damien Miller | |
2015-03-05 | upstream commit | djm@openbsd.org | |
make these work with !SSH1; ok markus@ deraadt@ | |||
2015-02-25 | Restrict ECDSA and ECDH tests. | Darren Tucker | |
ifdef out some more ECDSA and ECDH tests when built against an OpenSSL that does not have eliptic curve functionality. | |||
2015-02-24 | include includes.h to avoid build failure on AIX | Damien Miller | |
2015-02-24 | Wrap stdint.h includes in HAVE_STDINT_H. | Darren Tucker | |
2015-02-17 | hook up hostkeys unittest to portable Makefiles | Damien Miller | |
2015-02-17 | upstream commit | djm@openbsd.org | |
unit tests for hostfile.c code, just hostkeys_foreach so far |