summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
AgeCommit message (Expand)Author
2019-11-21Remove workaround for broken 'openssl rsa -text' output thatTheo Buehler
2019-11-18LibreSSL change the format for openssl rsa -text output fromDarren Tucker
2019-11-01more additional source filesDamien Miller
2019-11-01additional source files here tooDamien Miller
2019-11-01adapt to extra sshkey_sign() argument and additional dependenciesDamien Miller
2019-11-01skip security-key key types for tests until we have a dummyDamien Miller
2019-10-06Instead of running sed over the whole log to remove CRs, remove themDarren Tucker
2019-10-04more sshsig regress tests: check key revocation, the check-novalidateDamien Miller
2019-09-27Test for empty result in expected bits. Remove CRs from log as theyDarren Tucker
2019-09-06Check for RSA support before using it for the user key, otherwise useDarren Tucker
2019-09-03regress test for sshsig; feedback and ok markus@Damien Miller
2019-09-03only add plain keys to prevent any certs laying aroundDamien Miller
2019-08-30Use ed25519 for most hostkey rotation tests since it's supported even whenDarren Tucker
2019-08-22Test did not compile due to missing symbols. Add source sshbuf-misc.cAlexander Bluhm
2019-08-02fix some memleaks in test_helper codeDamien Miller
2019-07-26Restrict limit-keytype to types supported by build. This means we haveDarren Tucker
2019-07-25Only use supported key types during KRL test, preferring ed25519 sinceDarren Tucker
2019-07-25Switch keys-command test from rsa to ed25519 since it's supported forDarren Tucker
2019-07-25Make certificate tests work with the supported key algorithms. AllowsDarren Tucker
2019-07-23Construct list of key types to test based on the types supported by theDarren Tucker
2019-07-23Only use DSA key type in tests if binaries support it.Darren Tucker
2019-07-23Skip DH group generation test if binaries don't support DH-GEX.Darren Tucker
2019-07-23Only test conversion of key types supported by the binaries.Darren Tucker
2019-07-23Only add ssh-dss to allowed key types if it's supported by the binary.Darren Tucker
2019-07-20Remove the sleeps and thus races from the forwarding test. They wereDarren Tucker
2019-07-20Allow SLEEPTIME to be overridden.Darren Tucker
2019-07-20Move sleep time into a variable so that we can increase it for platformsDarren Tucker
2019-07-19add regression tests for scp for out-of-destination path file creationDamien Miller
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