summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
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
2015-01-18didn't mean to commit these changesDamien Miller
2015-01-18enable hostkey-agent.sh testDamien Miller
2015-01-17unit test for hostkeys in ssh-agentDamien Miller
2015-01-15add kex unit testsMarkus Friedl
2015-01-15unit tests for KRL bitmapDamien Miller
2015-01-14re-add comment about full pathMarkus Friedl
2015-01-14don't reset to the installed sshd; connect before reconfigure, tooMarkus Friedl
2015-01-13implement a SIGINFO handler so we can discern a stuck fuzz testDamien Miller
2015-01-13use $SSH instead of installed ssh to allow override; spotted by markus@Damien Miller
2015-01-13regress test for PubkeyAcceptedKeyTypes; ok markus@Damien Miller
2015-01-12unbreak parsing of pubkey comments; with gerhard; ok djm/deraadtMarkus Friedl
2015-01-12fatal if soft-PKCS11 library is missing rather (rather than continueDamien Miller
2015-01-12let this test all supporte key types; pointed out/ok markus@Damien Miller
2015-01-08adjust for sshkey_load_file() API changeDamien Miller
2014-12-22regression test for multiple required pubkey authentication;Damien Miller
2014-12-22make this slightly easier to diff against portableDamien Miller
2014-12-22adjust for new SHA256 key fingerprints and slightly-different MD5 hexDamien Miller
2014-12-22poll changes to netcat (usr.bin/netcat.c r1.125) broke this test;Damien Miller
2014-12-04add tests for new client RevokedHostKeys option;Damien Miller
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-17fix KRL generation when multiple CAs are in useDamien Miller
2014-07-22Add $OpenBSD tag to make syncs easierDarren Tucker
2014-07-22Regenerate test keys with certs signed with ed25519 instead of ecdsa.Darren Tucker
2014-07-22Sign test certs with ed25519 instead of ecdsa so that they'll work inDarren Tucker
2014-07-22change the test for still-open Unix domain sockets to be robust againstDamien Miller
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-07-07remove forced-fatal that I stuck in there to test the new cleanupDamien Miller
2014-07-06add a hook to the cleanup() function to kill $SSH_PID if it is setDamien Miller
2014-06-24unit and fuzz tests for new key APIDamien Miller
2014-06-24regress test for broken consecutive revoked serial number rangesDamien Miller
2014-05-21when failing because of unexpected output, show the offending outputDamien Miller
2014-05-04Remove the Z flag from the list of malloc options as itLoganaden Velvindron