summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/unittests
AgeCommit message (Expand)Author
2016-11-01Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andTheo Buehler
2016-10-31Remove the obsolete A and P flags from MALLOC_OPTIONS.Theo Buehler
2016-09-30In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environmentAlexander Bluhm
2016-09-28Add a makefile rule to create the ssh library when regress needsAlexander Bluhm
2016-09-21disable tests for affirmative negated match after backout ofDamien Miller
2016-08-23add tests for addr_match_list()Damien Miller
2016-08-19add tests for matching functionsDamien Miller
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-05-30stricter malloc.conf(5) options for utf8 testsIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-26test the new utf8 moduleIngo Schwarze
2016-05-03unit tests for sshbuf_dup_string()Damien Miller
2016-05-02unit and regress tests for SHA256/512; ok markusDamien Miller
2015-12-07basic unit tests for rsa-sha2-* signature typesDamien Miller
2015-10-06adapt to recent sshkey_parse_private_fileblob() API changeDamien Miller
2015-08-05adjust for RSA minimum modulus switch; ok deraadt@Damien Miller
2015-07-15regen RSA1 test keys; the last batch was missing their private partsDamien Miller
2015-07-10Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypesMarkus Friedl
2015-07-07regen test data after mktestdata.sh changesMarkus Friedl
2015-07-07adapt tests to new minimum RSA size and default FP formatMarkus Friedl
2015-07-03legacy v00 certificates are gone; adapt and don't try to test them;Damien Miller
2015-07-01don't expect SSH v.1 in unittestsDamien Miller
2015-06-15turn SSH1 back on to match src/usr.bin/ssh being testedDamien Miller
2015-04-22use correct key for nested certificate testDamien Miller
2015-03-31adapt to recent hostfile.c change: when parsing known_hosts withoutDamien Miller
2015-03-31split SSH1 and OPENSSL build options like src/usr.bin/ssh andDamien Miller
2015-03-07unbreak for w/SSH1 (default) case; ok markus@ deraadt@Damien Miller
2015-03-04make these work with !SSH1; ok markus@ deraadt@Damien Miller
2015-03-03expand __unused to full __attribute__ for better portabilityDamien Miller
2015-02-16enable hostkeys unit testsDamien Miller
2015-02-16check string/memory compare arguments aren't NULLDamien Miller
2015-02-16unit tests for hostfile.c code, just hostkeys_foreach so farDamien Miller
2015-01-26adapt to sshkey API tweaksDamien Miller
2015-01-24Move -lz late in the linker commandline for things to build on static arches.Miod Vallat
2015-01-23-Wpointer-sign is supported by gcc 4 only.Miod Vallat
2015-01-20use SUBDIR to recuse into unit tests; makes "make obj" actuallyDamien Miller
2015-01-19finally enable the KEX tests I wrote some years ago...Markus Friedl
2015-01-18more and better key testsDamien Miller
2015-01-18make the signature fuzzing test much more rigorous:Damien Miller
2015-01-18add a fuzz_matches_original() function to the fuzzer toDamien Miller
2015-01-18better dumps from the fuzzer (shown on errors) - include theDamien Miller
2015-01-15add kex unit testsMarkus Friedl
2015-01-15unit tests for KRL bitmapDamien Miller
2015-01-13implement a SIGINFO handler so we can discern a stuck fuzz testDamien Miller
2015-01-08adjust for sshkey_load_file() API changeDamien Miller
2014-12-22adjust for new SHA256 key fingerprints and slightly-different MD5 hexDamien Miller
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-07-22Add $OpenBSD tag to make syncs easierDarren Tucker
2014-07-22Regenerate test keys with certs signed with ed25519 instead of ecdsa.Darren Tucker
2014-07-22Sign test certs with ed25519 instead of ecdsa so that they'll work inDarren Tucker