summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2019-07-16adapt to sshbuf_dtob64() changeDamien Miller
2019-07-16Remove ssh1 files from CLEANFILES since ssh1 no longer supported.Darren Tucker
2019-07-16Update names of host key files in CLEANFILES to match recent changes toDarren Tucker
2019-07-15unit tests for sshbuf_cmp() and sshbuf_find(); ok markusDamien Miller
2019-07-14unit tests for sshbuf_peek/poke bounds-checked random accessDamien Miller
2019-07-05Add (recently added) rsa_oldfmt to CLEANFILES.Darren Tucker
2019-07-05Adapt the PuTTY/Conch tests to new key names.Darren Tucker
2019-07-05Add a sleep to allow forwards to come up.Darren Tucker
2019-06-21adapt for key shielding API changes (const removal)Damien Miller
2019-06-14check for convtime() refusing to accept times that resolve to LONG_MAXDamien Miller
2019-04-28Add unit tests for user@host and URI parsing.Darren Tucker
2019-04-18Add tests for sshd -T -C with Match.Darren Tucker
2019-01-28The test sshd_config in in $OBJ.Darren Tucker
2019-01-28Remove leftover debugging.Darren Tucker
2019-01-28Enable ssh-dss for the agent test. Disable it for the certificateDarren Tucker
2019-01-28Count the number of key types instead of assuming there are only two.Darren Tucker
2019-01-27Generate all key supported key types and enable for keyscan test.Darren Tucker
2019-01-21adapt to changes in KEX APIs and file removalsDamien Miller
2019-01-21adapt to changes in KEX API and file removalsDamien Miller
2019-01-21adapt to bignum1 API removal and bignum2 API changeDamien Miller
2019-01-21remove hack to use non-system libcryptoDamien Miller
2019-01-20allow override of ssh-pkcs11-helper binary via $TEST_SSH_SSHPKCS11HELPERDamien Miller
2019-01-20adapt agent-pkcs11.sh test to softhsm2 and add support for ECDSA keysDamien Miller
2019-01-20add "extra:" target to run some extra tests that are not enabled byDamien Miller
2019-01-01regress bits for banner processing refactor (this test was dependingDamien Miller
2018-12-27ssh_packet_set_state() now frees ssh->kex implicitly, so don'tDamien Miller
2018-12-15remove unused and problematic sudo clean. ok espieTed Unangst
2018-11-23Remove now-unneeded ifdef SIGINFO around handler since it is now alwaysDarren Tucker
2018-11-22Output info on SIGUSR1 as well as SIGINFO to resync with portable.Darren Tucker
2018-11-22Append pid to temp files in /var/run and set a cleanup trap for them.Darren Tucker
2018-10-31UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox".Darren Tucker
2018-10-17add some knobs:Damien Miller
2018-09-13missed a bit of openssl-1.0.x API in this unittestDamien Miller
2018-09-13use only openssl-1.1.x API here tooDamien Miller
2018-09-12Include certs with multiple RSA signature variants in test dataDamien Miller
2018-09-12test revocation by explicit hash and by fingerprintDamien Miller
2018-09-12s/sshkey_demote/sshkey_from_private/gDamien Miller
2018-08-10The script that cooks up PuTTY format host keys does not understandDarren Tucker
2018-07-16memleak in unittest; found by valgrindDamien Miller
2018-07-13make this use ssh_proxy rather than starting/stopping a daemon forDamien Miller
2018-07-13fix leaks in unit test; with this, all unit tests are leak freeDamien Miller
2018-07-04deal with API rename: match_filter_list() => match_filter_blacklist()Damien Miller
2018-07-04exercise new expansion behaviour of PubkeyAcceptedKeyTypes and, byDamien Miller
2018-07-03add a comment that could have saved me 45 minutes of wild goose chasingDamien Miller
2018-07-03some magic for RSA-SHA2 checksDamien Miller
2018-07-02One ampersand is enough to backgroud an process. OpenBSD doesn't seemDarren Tucker
2018-06-19test PermitListen with bare port numbersDamien Miller
2018-06-07test the correct configuration option nameDamien Miller
2018-06-07permitlisten/PermitListen unit test from MarkusDamien Miller
2018-06-06regress test for PermitOpenDamien Miller