Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-16 | portability fix: Solaris systems may not have a grep that understands -q | Tim Rice | |
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-03-04 | netcat needs poll.h portability goop | Damien Miller | |
2015-03-05 | upstream commit | markus@openbsd.org | |
make it possible to run tests w/o ssh1 support; ok djm@ | |||
2015-03-04 | upstream commit | djm@openbsd.org | |
expand __unused to full __attribute__ for better portability | |||
2015-03-04 | avoid warning | Damien Miller | |
2015-03-04 | upstream commit | djm@openbsd.org | |
reorder logic for better portability; patch from Roumen Petrov | |||
2015-02-28 | portability fixes for regress/netcat.c | Damien Miller | |
Mostly avoiding "err(1, NULL)" | |||
2015-02-28 | twiddle another test for portability | Damien Miller | |
from Tom G. Christensen | |||
2015-02-27 | twiddle test for portability | Damien Miller | |
2015-02-26 | make regress/netcat.c fd passing (more) portable | Damien Miller | |
2015-02-26 | create OBJ/valgrind-out before running unittests | Damien Miller | |
2015-02-26 | valgrind support | Damien Miller | |
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 | Original portability patch from djm@ for platforms missing err.h. | Tim Rice | |
Fix name space clash on Solaris 10. Still more to do for Solaris 10 to deal with msghdr structure differences. ok djm@ | |||
2015-02-24 | Wrap stdint.h includes in HAVE_STDINT_H. | Darren Tucker | |
2015-02-24 | upstream commit | djm@openbsd.org | |
fix a race condition by using a mux socket rather than an ineffectual wait statement | |||
2015-02-21 | out of tree build fix | Tim Rice | |
2015-02-22 | upstream commit | djm@openbsd.org | |
correct paths to configuration files being written/updated; they live in $OBJ not cwd; some by Roumen Petrov | |||
2015-02-17 | hook up hostkeys unittest to portable Makefiles | Damien Miller | |
2015-02-17 | upstream commit | djm@openbsd.org | |
enable hostkeys unit tests | |||
2015-02-17 | upstream commit | djm@openbsd.org | |
check string/memory compare arguments aren't NULL | |||
2015-02-17 | upstream commit | djm@openbsd.org | |
unit tests for hostfile.c code, just hostkeys_foreach so far | |||
2015-02-17 | upstream commit | markus@openbsd.org | |
test server rekey limit | |||
2015-01-30 | upstream commit | djm@openbsd.org | |
regression test for 'wildcard CA' serial/key ID revocations | |||
2015-01-27 | compile on systems without TCP_MD5SIG (e.g. OSX) | Damien Miller | |
2015-01-27 | use ssh-keygen under test rather than system's | Damien Miller | |
2015-01-27 | these need active_state defined to link on OSX | Damien Miller | |
temporary measure until active_state goes away entirely | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
use printf instead of echo -n to reduce diff against -portable | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
regression test for host key rotation | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
adapt to sshkey API tweaks | |||
2015-01-27 | upstream commit | miod@openbsd.org | |
Move -lz late in the linker commandline for things to build on static arches. | |||
2015-01-27 | upstream commit | miod@openbsd.org | |
-Wpointer-sign is supported by gcc 4 only. | |||
2015-01-27 | upstream commit | djm@openbsd.org | |
use SUBDIR to recuse into unit tests; makes "make obj" actually work | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
this test would accidentally delete agent.sh if run without obj/ | |||
2015-01-20 | fix kex test | Damien Miller | |
2015-01-20 | upstream commit | markus@openbsd.org | |
finally enable the KEX tests I wrote some years ago... | |||
2015-01-20 | upstream commit | markus@openbsd.org | |
adapt to new error message (SSH_ERR_MAC_INVALID) | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
this test was broken in at least two ways, such that it wasn't checking that a KRL was not excluding valid keys | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
be a bit more careful in these tests to ensure that known_hosts is clean | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
regression test for known_host file editing using ssh-keygen (-H / -R / -F) after hostkeys_foreach() change; feedback and ok markus@ | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
more and better key tests test signatures and verification test certificate generation flesh out nested cert test removes most of the XXX todo markers | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
make the signature fuzzing test much more rigorous: ensure that the fuzzed input cases do not match the original (using new fuzz_matches_original() function) and check that the verification fails in each case | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
add a fuzz_matches_original() function to the fuzzer to detect fuzz cases that are identical to the original data. Hacky implementation, but very useful when you need the fuzz to be different, e.g. when verifying signature | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
better dumps from the fuzzer (shown on errors) - include the original data as well as the fuzzed copy. | |||
2015-01-20 | upstream commit | djm@openbsd.org | |
enable hostkey-agent.sh test |