Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | adapt for key shielding API changes (const removal) | Damien Miller | |
2019-06-14 | check for convtime() refusing to accept times that resolve to LONG_MAX | Damien Miller | |
Reported by Kirk Wolf bz2977; ok dtucker | |||
2019-04-28 | Add unit tests for user@host and URI parsing. | Darren Tucker | |
2019-01-21 | adapt to changes in KEX API and file removals | Damien Miller | |
2019-01-21 | adapt to bignum1 API removal and bignum2 API change | Damien Miller | |
2018-12-27 | ssh_packet_set_state() now frees ssh->kex implicitly, so don't | Damien Miller | |
do explicit kex_free() beforehand | |||
2018-11-23 | Remove now-unneeded ifdef SIGINFO around handler since it is now always | Darren Tucker | |
used for SIGUSR1 even when SIGINFO is not defined. This will make things simpler in -portable. | |||
2018-11-22 | Output info on SIGUSR1 as well as SIGINFO to resync with portable. | Darren Tucker | |
2018-10-17 | add some knobs: | Damien Miller | |
UNITTEST_FAST?= no # Skip slow tests (e.g. less intensive fuzzing). UNITTEST_SLOW?= no # Include slower tests (e.g. more intensive fuzzing). UNITTEST_VERBOSE?= no # Verbose test output (inc. per-test names). useful if you want to run the tests as a smoke test to exercise the functionality without waiting for all the fuzzers to run. | |||
2018-09-13 | missed a bit of openssl-1.0.x API in this unittest | Damien Miller | |
2018-09-13 | use only openssl-1.1.x API here too | Damien Miller | |
2018-09-12 | Include certs with multiple RSA signature variants in test data | Damien Miller | |
Ensure that cert->signature_key is populated correctly | |||
2018-09-12 | s/sshkey_demote/sshkey_from_private/g | Damien Miller | |
2018-07-16 | memleak in unittest; found by valgrind | Damien Miller | |
2018-07-13 | fix leaks in unit test; with this, all unit tests are leak free | Damien Miller | |
(as far as valgrind can spot anyway) | |||
2018-07-04 | deal with API rename: match_filter_list() => match_filter_blacklist() | Damien Miller | |
2018-03-03 | unit tests for new authorized_keys options API | Damien Miller | |
2018-02-08 | some helpers to check verbose/quiet mode | Damien Miller | |
2017-12-21 | missed one (unbreak after ssh/lib removal) | Damien Miller | |
2017-12-21 | unbreak unit tests after removal of src/usr.bin/ssh/lib | Damien Miller | |
2017-05-08 | fix for new SSH_ERR_KEY_LENGTH error value | Damien Miller | |
2017-04-30 | remove SSHv1 support from unit tests | Damien Miller | |
2017-04-17 | Change COMPILER_VERSION tests which limited additional warnings to gcc4 | Jonathan Gray | |
to instead skip them on gcc3 as clang can handle -Wpointer-sign and -Wold-style-definition. | |||
2017-03-14 | Add unit test for convtime(). | Darren Tucker | |
2017-03-14 | Add ASSERT_LONG_* helpers. | Darren Tucker | |
2017-02-19 | add test cases for C locale; ok schwarze@ | Damien Miller | |
2017-02-03 | unit test for match_filter_list() function; still want a better | Damien Miller | |
name for this... | |||
2016-12-19 | remove testcase that depends on exact output and behaviour of | Damien Miller | |
snprintf(..., "%s", NULL) | |||
2016-11-01 | Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and | Theo Buehler | |
TEST_ENV to unittets/Makefile.inc. ok otto | |||
2016-10-31 | Remove the obsolete A and P flags from MALLOC_OPTIONS. | Theo Buehler | |
ok dtucker | |||
2016-09-30 | In ssh tests set REGRESS_FAIL_EARLY with ?= so that the environment | Alexander Bluhm | |
can change it. OK djm@ | |||
2016-09-28 | Add a makefile rule to create the ssh library when regress needs | Alexander Bluhm | |
it. This allows to run the ssh regression tests without doing a "make build" before. Discussed with dtucker@ and djm@; OK djm@ | |||
2016-09-21 | disable tests for affirmative negated match after backout of | Damien Miller | |
match change | |||
2016-08-23 | add tests for addr_match_list() | Damien Miller | |
2016-08-19 | add tests for matching functions | Damien Miller | |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther | |
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@ | |||
2016-05-30 | stricter malloc.conf(5) options for utf8 tests | Ingo Schwarze | |
2016-05-30 | Fix two rare edge cases: | Ingo Schwarze | |
1. If vasprintf() returns < 0, do not access a NULL pointer in snmprintf(), and do not free() the pointer returned from vasprintf() because on some systems other than OpenBSD, it might be a bogus pointer. 2. If vasprintf() returns == 0, return 0 and "" rather than -1 and NULL. Besides, free(dst) is pointless after failure (not a bug). One half OK martijn@, the other half OK deraadt@; committing quickly before people get hurt. | |||
2016-05-26 | test the new utf8 module | Ingo Schwarze | |
2016-05-03 | unit tests for sshbuf_dup_string() | Damien Miller | |
2016-05-02 | unit and regress tests for SHA256/512; ok markus | Damien Miller | |
2015-12-07 | basic unit tests for rsa-sha2-* signature types | Damien Miller | |
2015-10-06 | adapt to recent sshkey_parse_private_fileblob() API change | Damien Miller | |
2015-08-05 | adjust for RSA minimum modulus switch; ok deraadt@ | Damien Miller | |
2015-07-15 | regen RSA1 test keys; the last batch was missing their private parts | Damien Miller | |
2015-07-10 | Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes | Markus Friedl | |
and PubkeyAcceptedKeyTypes to test DSA. | |||
2015-07-07 | regen test data after mktestdata.sh changes | Markus Friedl | |
2015-07-07 | adapt tests to new minimum RSA size and default FP format | Markus Friedl | |
2015-07-03 | legacy v00 certificates are gone; adapt and don't try to test them; | Damien Miller | |
"sure" markus@ dtucker@ | |||
2015-07-01 | don't expect SSH v.1 in unittests | Damien Miller | |