summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2016-10-11fix the KEX fuzzer - the previous method of obtaining the packet contentsDamien Miller
2016-10-06Move USER out of the way to unbreak the BUILDUSER mechanism.Martin Natano
2016-09-30In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environmentAlexander Bluhm
2016-09-28Add a makefile rule to create the ssh library when regress needsAlexander Bluhm
2016-09-26Allow to run ssh regression tests as root. If the user is alreadyAlexander Bluhm
2016-09-21disable tests for affirmative negated match after backout ofDamien Miller
2016-09-21test all the AuthorizedPrincipalsCommand % expansionsDamien Miller
2016-09-16add a note on kexfuzz' limitationsDamien Miller
2016-09-16fix for newer modp DH groups (diffie-hellman-group14-sha256 etc)Damien Miller
2016-09-14Improve test coverage of ssh-keygen -T a bit.Darren Tucker
2016-09-12Add testcase for ssh-keygen -j, -J and -K options for moduli screening.Darren Tucker
2016-08-23add tests for addr_match_list()Damien Miller
2016-08-23remove Protocol directive from client/server configs that causesDamien Miller
2016-08-19add tests for matching functionsDamien Miller
2016-07-14Correct equal in test.Darren Tucker
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-06-03Add a test for ssh(1)'s config file parsing.Darren Tucker
2016-06-03Add 'sshd' to the test ID as I'm about to add a similar set for ssh.Darren Tucker
2016-05-30stricter malloc.conf(5) options for utf8 testsIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-26test the new utf8 moduleIngo Schwarze
2016-05-03Set umask to prevent "Bad owner or permissions" errors.Darren Tucker
2016-05-03support doasDamien Miller
2016-05-03unit tests for sshbuf_dup_string()Damien Miller
2016-05-03Use a subshell for constructing key types to work around different sedDarren Tucker
2016-05-02unit and regress tests for SHA256/512; ok markusDamien Miller
2016-04-15missing bit of Include regressDamien Miller
2016-04-15remove redundant CLEANFILES sectionDamien Miller
2016-04-15sync CLEANFILES with portable, sortDamien Miller
2016-04-15regression test for ssh_config Include directiveDamien Miller
2016-04-14unbreak test for recent ssh de-duplicated forwarding changeDamien Miller
2016-04-14add test knob and warning for StrictModesDamien Miller
2016-03-04Filter debug messages out of log before picking the last two lines.Darren Tucker
2016-03-04add KEX fuzzer harness; ok deraadt@Damien Miller
2016-03-03Look back 3 lines for possible error messages. Changes to the code meanDarren Tucker
2016-02-18bsd.regress.mk doesn't automatically add "make clean" targets forDamien Miller
2016-02-17include bad $SSH_CONNECTION in failure outputDamien Miller
2016-01-29Add regression test for RekeyLimit parsing of >32bit values (4G and 8G).Darren Tucker
2015-12-07basic unit tests for rsa-sha2-* signature typesDamien Miller
2015-10-29regress test for "PubkeyAcceptedKeyTypes +..." inside a Match blockDamien Miller
2015-10-26Fix typo certopt->certopts in shell variable. This would cause the test toDarren Tucker
2015-10-23Update expected group sizes to match recent code changes.Darren Tucker
2015-10-06adapt to recent sshkey_parse_private_fileblob() API changeDamien Miller
2015-09-24fix command-line option to match what was actually committedDamien Miller
2015-09-24regress test for CertificateFile; patch from Meghana Bhat via bz#2436Damien Miller
2015-09-11skip if running as root; many systems (inc OpenBSD) allowDamien Miller
2015-09-11try all supported key types here; bz#2455 reported by Jakub JelenDamien Miller
2015-09-04trim junk from end of file; bz#2455 from Jakub JelenDamien Miller
2015-08-05adjust for RSA minimum modulus switch; ok deraadt@Damien Miller
2015-07-17remove -u flag to diff (only used for error output) to make thingsDamien Miller