summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2013-03-07repeat test with a style appended to the usernameDamien Miller
2013-02-20s/Id/OpenBSD/ in RCS tagDamien Miller
2013-02-20Add an option to modpipe that warns if the modification offset it notDamien Miller
2013-02-19oops, forgot to increase the output of the ssh command to ensure thatDamien Miller
2013-02-18crank the offset yet again; it was still fuzzing KEX one of Darren'sDamien Miller
2013-02-17make the ssh command generates some output to ensure that there are atDamien Miller
2013-02-16make sure the fuzz offset is actually past the end of KEX for all KEXDamien Miller
2013-02-11remove acss here tooDamien Miller
2013-01-18Tests for Key Revocation Lists (KRLs)Damien Miller
2013-01-12test AES-GCM modes; feedback markus@Damien Miller
2012-12-11include commented RCD ID - it helps our tools to sync with portable OpenSSHDamien Miller
2012-12-11add hmac-ripemd160-etm@openssh.comMarkus Friedl
2012-12-11test the integrity of the packets; with djm@Markus Friedl
2012-12-11add etm modesMarkus Friedl
2012-12-06Fix some problems with the keys-command test:Darren Tucker
2012-12-02regress for AllowTcpForwarding local/remote; ok markus@Damien Miller
2012-11-22regress for AuthorizedKeysCommand; hints from markus@Damien Miller
2012-10-19include a serial number when generating certsDamien Miller
2012-10-05Add umac-128@openssh.com to the list of MACs to be testedDarren Tucker
2012-10-05Use 'kill -0' to test for the presence of a pid since it's more portableDarren Tucker
2012-09-10use -Ocheck and waiting for completions by PID to make multiplexing testDarren Tucker
2012-09-10Log -O cmd output to the log file and make logging consistent with the otherDarren Tucker
2012-09-09Add test for ssh -OstopDarren Tucker
2012-09-06Restore missing space.Darren Tucker
2012-07-02remove exit from end of test since it prevents reporting failureDarren Tucker
2012-06-28Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removedDarren Tucker
2012-06-26test sandbox with every malloc optionDarren Tucker
2012-06-01don't delete .* on cleanup due to unintended env expansion; pointed out inDamien Miller
2012-06-01append to rather than truncate test log; bz#2013 from openssh ATDamien Miller
2012-05-13Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust testsDarren Tucker
2011-08-02add SHA256/SHA512 based HMAC modesDamien Miller
2011-06-30test with sandbox enabled; ok djm@Markus Friedl
2011-06-03use OBJ to find test configs, patch from Tim RiceDarren Tucker
2011-06-03Retry establishing the port forwarding after a small delay, should makeDarren Tucker
2011-05-31work around startup and teardown races; caught by deraadtDarren Tucker
2011-05-31back out revs 1.6 and 1.5 since it's not reliableDarren Tucker
2011-05-23include testing of multiple/overridden AuthorizedKeysFilesDamien Miller
2011-05-20fix dumb error in dynamic-forward testDarren Tucker
2011-05-20Prevent races in dynamic forwarding test; ok djmDarren Tucker
2011-05-20another attempt to generate a v00 ECDSA key that broke the testDamien Miller
2011-05-17fatal() if asked to generate a legacy ECDSA cert (these don't exist)Damien Miller
2011-01-06regress test for LocalCommand %n expansion from bert.wesarg ATDamien Miller
2010-12-04adjust for hard-link supportDamien Miller
2010-09-22regress test for each of the key exchange algorithms that we supportDamien Miller
2010-09-02test different key types (dsa, rsa, ecdsa) and sizes for loginMarkus Friedl
2010-08-31tests for ECDSA keysDamien Miller
2010-08-31tests for ECDSA certificatesDamien Miller
2010-06-29regress tests for key options in AuthorizedPrincipalsDamien Miller
2010-06-27fix how we run the tests so we can successfully use SUDO='sudo -E' in our envPeter Hessler
2010-05-07regress tests for AuthorizedPrincipalsFile and "principals=" key option.Damien Miller