summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2021-07-29Treat doas with arguments as a valid SUDO variable. Allows one toanton
2021-07-25Skip unit and makefile-based key conversion tests when we're buildingDarren Tucker
2021-07-25Replace OPENSSL as the variable that points to the openssl binaryDarren Tucker
2021-07-24Skip RFC4716 format import and export tests when built without OpenSSL.Darren Tucker
2021-07-24test for first-match-wins in authorized_keys environment=Damien Miller
2021-07-23Simplify keygen-convert by using $SSH_KEYTYPES directly.Darren Tucker
2021-07-23Test conversion of ed25519 and ecdsa keys too.Darren Tucker
2021-07-23Add test for exporting pubkey from a passphrase-protected private key.Darren Tucker
2021-07-23regression test for time-limited signature keysDamien Miller
2021-07-19Use SUDO when setting up hostkey.Darren Tucker
2021-07-19Increase time margin for rekey tests. Should help reliability on veryDarren Tucker
2021-07-19Add test for host key verification via SSHFP records. This requiresDarren Tucker
2021-07-19Add ed25519 key and test SSHFP export of it. Only test RSA SSHFP exportDarren Tucker
2021-07-19Group keygen tests together.Darren Tucker
2021-07-18Add test for ssh-keygen printing of SSHFP records.Darren Tucker
2021-07-12fix some broken tests; clean up outputDamien Miller
2021-06-10Use $SUDO when reading sshd's pidfile here too.Darren Tucker
2021-06-10Use $SUDO when reading sshd's pidfile in case it was created with a veryDarren Tucker
2021-06-10Set umask when creating hostkeys to prevent excessive permissions warning.Darren Tucker
2021-06-10Add regress test for SIGHUP restart while handling active andDarren Tucker
2021-06-08test that UserKnownHostsFile correctly accepts multiple arguments;Damien Miller
2021-06-08test argv_split() optional termination on commentsDamien Miller
2021-06-08Add testcases from bz#3319 for IPQoS and TunnelDevice being overriddenDarren Tucker
2021-06-08sprinkle some "# comment" at end of configuration lines to testDamien Miller
2021-06-08more descriptive failure messageDamien Miller
2021-06-07test AuthenticationMethods inside a Match block as well as inDamien Miller
2021-06-07prepare for stricter sshd_config parsing that will refuse a configDamien Miller
2021-06-02Merge back shell portability changes bringing it back in sync withDarren Tucker
2021-06-01Use a default value for $OPENSSL, allowing it to be overridden.Darren Tucker
2021-05-24Find openssl binary via environment variable. This allows overridingDarren Tucker
2021-05-21fix memleak in testDamien Miller
2021-05-21also check contents of remaining stringDamien Miller
2021-05-21unit test for misc.c:strdelim() that mostly servces to highlight itsDamien Miller
2021-05-07Increase ConnectionAttempts from 4 to 10 as the tests occasionally timeDarren Tucker
2021-05-07dump out a usable private key string too; inspired by Tyson WhiteheadDamien Miller
2021-04-06Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsedDarren Tucker
2021-04-06Don't check return value of unsetenv(). It's part of the environmentDarren Tucker
2021-03-31cannot effectively test posix-rename extension after changes inDamien Miller
2021-03-19add a test for misc.c:argv_split(), currently failsDamien Miller
2021-03-19splitDamien Miller
2021-03-13Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli fileDarren Tucker
2021-02-26remove this KEX fuzzer; it's awkward to use and doesn't play niceDamien Miller
2021-02-25s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/Damien Miller
2021-02-24Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test toDarren Tucker
2021-02-17Make sure puttygen is new enough to successfully run the PuTTY interopDarren Tucker
2021-02-05Roll back the hostname->uname change in rev 1.10. It turns outDarren Tucker
2021-02-05hostname is not specified by POSIX but uname -n is, so use the latter forDarren Tucker
2021-01-30add a SK_DUMMY_INTEGRATE define that allows the dummy security keyDamien Miller
2021-01-18Fix long->int for convtime tests here too. Spotted by tobhe@.Darren Tucker
2021-01-15Change types in convtime() unit test to int to match change its new type.Darren Tucker