summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2015-07-15regen RSA1 test keys; the last batch was missing their private partsDamien Miller
2015-07-10Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypesMarkus Friedl
2015-07-07regen test data after mktestdata.sh changesMarkus Friedl
2015-07-07adapt tests to new minimum RSA size and default FP formatMarkus Friedl
2015-07-03legacy v00 certificates are gone; adapt and don't try to test them;Damien Miller
2015-07-01don't expect SSH v.1 in unittestsDamien Miller
2015-06-15turn SSH1 back on to match src/usr.bin/ssh being testedDamien Miller
2015-05-29make this work without SUDO set; ok dtucker@Damien Miller
2015-05-21regress test for AuthorizedPrincipalsCommandDamien Miller
2015-05-21regress test for AuthorizedKeysCommand argumentsDamien Miller
2015-05-08whitespaceDamien Miller
2015-05-08whitespace at EOLDamien Miller
2015-05-04Specify regression test host keys so that this test will work withoutDarren Tucker
2015-05-04Use diff w/out -u for better portabilityDarren Tucker
2015-04-29Add tests for ListenAddress/Port/AddressFamily in alternate orders.Darren Tucker
2015-04-23Add a simple regression test for sshd's configuration parser. Right now,Darren Tucker
2015-04-22use correct key for nested certificate testDamien Miller
2015-03-31adapt to recent hostfile.c change: when parsing known_hosts withoutDamien Miller
2015-03-31split SSH1 and OPENSSL build options like src/usr.bin/ssh andDamien Miller
2015-03-24use ${SSH} for -Q instead of installed sshMarkus Friedl
2015-03-24use ${SSH} for -Q instead of installed sshMarkus Friedl
2015-03-16make CLEANFILES clean up more of the tests' droppingsDamien Miller
2015-03-07unbreak for w/SSH1 (default) case; ok markus@ deraadt@Damien Miller
2015-03-04make these work with !SSH1; ok markus@ deraadt@Damien Miller
2015-03-03make it possible to run tests w/o ssh1 support; ok djm@Markus Friedl
2015-03-03expand __unused to full __attribute__ for better portabilityDamien Miller
2015-03-03reorder logic for better portability; patch from Roumen PetrovDamien Miller
2015-02-23fix a race condition by using a mux socket rather than anDamien Miller
2015-02-21correct paths to configuration files being written/updated;Damien Miller
2015-02-16enable hostkeys unit testsDamien Miller
2015-02-16check string/memory compare arguments aren't NULLDamien Miller
2015-02-16unit tests for hostfile.c code, just hostkeys_foreach so farDamien Miller
2015-02-14test server rekey limitMarkus Friedl
2015-01-30regression test for 'wildcard CA' serial/key ID revocationsDamien Miller
2015-01-27use printf instead of echo -n to reduce diff against -portableDamien Miller
2015-01-26regression test for host key rotationDamien Miller
2015-01-26adapt to sshkey API tweaksDamien Miller
2015-01-24Move -lz late in the linker commandline for things to build on static arches.Miod Vallat
2015-01-23-Wpointer-sign is supported by gcc 4 only.Miod Vallat
2015-01-20use SUBDIR to recuse into unit tests; makes "make obj" actuallyDamien Miller
2015-01-20this test would accidentally delete agent.sh if run without obj/Damien Miller
2015-01-19finally enable the KEX tests I wrote some years ago...Markus Friedl
2015-01-19adapt to new error message (SSH_ERR_MAC_INVALID)Markus Friedl
2015-01-19this test was broken in at least two ways, such that itDamien Miller
2015-01-19be a bit more careful in these tests to ensure thatDamien Miller
2015-01-18regression test for known_host file editing usingDamien Miller
2015-01-18more and better key testsDamien Miller
2015-01-18make the signature fuzzing test much more rigorous:Damien Miller
2015-01-18add a fuzz_matches_original() function to the fuzzer toDamien Miller
2015-01-18better dumps from the fuzzer (shown on errors) - include theDamien Miller