summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2019-11-26test FIDO2/U2F key types; ok markus@Damien Miller
2019-11-26add dummy security key middleware based on work by markus@Damien Miller
2019-11-25Add option for cms test in appstest.shKinichiro Inoguchi
2019-11-25unbreak tests for recent security key changesDamien Miller
2019-11-25unbreak after security key support landedDamien Miller
2019-11-24Add test for cms operations in appstest.shKinichiro Inoguchi
2019-11-21Remove workaround for broken 'openssl rsa -text' output thatTheo Buehler
2019-11-20Add test for cms -keyopt in appstest.shKinichiro Inoguchi
2019-11-18LibreSSL change the format for openssl rsa -text output fromDarren Tucker
2019-11-09Add test for req -addext in appstest.shKinichiro Inoguchi
2019-11-05Remove trailing space in appstest.shKinichiro Inoguchi
2019-11-05Add test for cms in appstest.shKinichiro Inoguchi
2019-11-03Add RSA-PSS test for genpkey in appstest.shKinichiro Inoguchi
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-31Add RSA OAEP test for pkeyutl in appstest.shKinichiro Inoguchi
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-23Add lastcomm(1) test for system call from writeable memory. ThisAlexander Bluhm
2019-09-13oops, commit correct version of the expected resultsIngo Schwarze
2019-09-13Improve validation of function names:Ingo Schwarze
2019-09-10Test that lastcomm(1) shows M flag if the stack pointer was not inAlexander Bluhm
2017-06-08Start with a clean /var/account/acct accounting file and turn onAlexander Bluhm
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