summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2020-06-26regress test for ssh-add -d; ok dtucker@Damien Miller
2020-06-24add test for mux w/-Oproxy; ok djmMarkus Friedl
2020-06-22add support for verification of webauthn sshsig signature, andDamien Miller
2020-06-19Test that ssh-agent exits when running as as subprocess of a specifiedDarren Tucker
2020-06-19run sshsig unit testsDamien Miller
2020-06-19basic unit test for sshsig.[ch], including FIDO keysDamien Miller
2020-06-19basic unit test for FIDO kep parsingDamien Miller
2020-05-29Add regression and unit tests for ${ENV} style environment variableDarren Tucker
2020-05-29Unit test for convtime. ok djm@Darren Tucker
2020-05-27two new tests for Include in sshd_config, checking whether PortDamien Miller
2020-05-01sure enough, some of the test data that we though were in new formatDamien Miller
2020-05-01make mktestdata.sh generate old/new format keys that we expect.Damien Miller
2020-05-01portability fix for sed that always emil a newline even if theDamien Miller
2020-05-01remove obsolete RSA1 test keys; spotted by Michael ForneyDamien Miller
2020-04-28adapt dummy FIDO middleware to API change; ok markus@Damien Miller
2020-04-21Backslash '$' at then end of string. Prevents warning on some shells.Darren Tucker
2020-04-20regression test for printing of private key fingerprints and keyDamien Miller
2020-04-10Add tests for TOKEN expansion of LocalForward and RemoteForward.Darren Tucker
2020-04-06Add utf8.c for asmprintf used by krl.cDarren Tucker
2020-04-04Indicate if we're using a cached key in trace output.Darren Tucker
2020-04-04Some platforms don't have "hostname -s", so use cut to trim short hostnameDarren Tucker
2020-04-03Compute hash locally and re-enable %C tests.Darren Tucker
2020-04-03Temporarily remove tests for '%C' since the hash contains the localDarren Tucker
2020-04-03this needs utf8.c tooDamien Miller
2020-04-03Add percent_expand test for 'Match Exec'.Darren Tucker
2020-04-03Add regression test for percent expansions where possible.Darren Tucker
2020-03-13some more speeling mistakes fromDamien Miller
2020-01-31regress test for sshd_config Include directive; from Jakub JelenDamien Miller
2020-01-26unbreak unittests for recent API / source file changesDamien Miller
2020-01-25Move setting $NC into test-exec since it's now used by multiple tests,Darren Tucker
2020-01-25Wait a bit longer for the multiplex master to become ready since on veryDarren Tucker
2020-01-24Add a connection test for proxycommand. This would have caught the problemDarren Tucker
2020-01-24Do not warn about permissions on symlinks.Darren Tucker
2020-01-23Handle zlib compression being disabled now that it's optional.Darren Tucker
2020-01-23When checking for unsafe directories, ignore non-directories (ie symlinks,Darren Tucker
2020-01-23Check for and warn about StrictModes permission problems. ok tb@Darren Tucker
2020-01-23Also test PuTTY chacha20.Darren Tucker
2020-01-23Also test PuTTY ecdh kex methods.Darren Tucker
2020-01-22Increase keyscan timeout from default. On slow hosts 3 concurrent keyscansDarren Tucker
2020-01-21pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared;Damien Miller
2020-01-06adapt sk-dummy to SK API changesDamien Miller
2020-01-03what bozo decided to use 2020 as a future date in a regress test?Damien Miller
2020-01-03implement recent SK API change to support resident keys and PIN promptingDamien Miller
2020-01-02Update keygen moduli screen test to match recent command line option changeDarren Tucker
2019-12-21unit tests for ForwardAgent=/path; from Eric ChiangDamien Miller
2019-12-16test security key host keys in addition to user keysDamien Miller
2019-12-15adapt to ssh-sk-client changeDamien Miller
2019-12-11it's no longer possible to disable privilege separation in sshd, soDamien Miller
2019-11-29lots of dependencies go away here with ed25519 no longer needingDamien Miller
2019-11-26test FIDO2/U2F key types; ok markus@Damien Miller