summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2019-09-06Check for RSA support before using it for the user key, otherwise useDarren Tucker
2019-09-05adapt to print_indent() HTML_NOSPACE fix, html.c rev. 1.132Ingo Schwarze
2019-09-03adapt to new <p> output logic (html.c rev. 1.131)Ingo Schwarze
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-18new test for an empty text block; from rea@ via bapt@ (FreeBSD)Ingo Schwarze
2019-07-17Update appstest.shKinichiro Inoguchi
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-11fix date which got broken by Mdocdate during commitIngo Schwarze
2019-07-11When parsing a tab character that is not preceded by a space characterIngo Schwarze
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-27Add more option tests to req, ts, x509 and verify in appstest.shKinichiro Inoguchi
2019-06-24Add more options test to ocsp in appstest.shKinichiro Inoguchi
2019-06-23Add more option test to dgst in appstest.shKinichiro Inoguchi
2019-06-22Add more option tests to ca in appstest.shKinichiro Inoguchi
2019-06-21adapt for key shielding API changes (const removal)Damien Miller
2019-06-19use REGRESS_EXPECTED_FAILURESMarc Espie
2019-06-14check for convtime() refusing to accept times that resolve to LONG_MAXDamien Miller
2019-06-13Add more options to pkcs12 and smime in appstest.shKinichiro Inoguchi
2019-06-11Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze
2019-06-10Add pkcs12 options and smime tests for appstest.shKinichiro Inoguchi
2019-05-21forgot to add the testcase sorryMarc Espie
2019-05-21while writing new code, I just figured out I fucked upMarc Espie
2019-04-30In HTML output, allow switching the desired font for subsequentIngo Schwarze
2019-04-28Add unit tests for user@host and URI parsing.Darren Tucker
2019-04-21When calling an empty macro, do not clobber existing arguments.Ingo Schwarze
2019-04-21Implement the roff .break request (break out of a .while loop).Ingo Schwarze
2019-04-18Add tests for sshd -T -C with Match.Darren Tucker