Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update unittests for addr.c/addrmatch.c split. | 2021-01-09 | 1 | -2/+2 | |
| | |||||
* | few more things needs match.c and addrmatch.c now that log.c | 2020-10-16 | 1 | -1/+2 | |
| | | | | calls match_pattern_list() | ||||
* | unbreak unittests for recent API / source file changes | 2020-01-26 | 1 | -2/+2 | |
| | |||||
* | adapt to sshbuf_dtob64() change | 2019-07-16 | 1 | -9/+9 | |
| | |||||
* | unit tests for sshbuf_cmp() and sshbuf_find(); ok markus | 2019-07-15 | 1 | -2/+53 | |
| | |||||
* | unit tests for sshbuf_peek/poke bounds-checked random access | 2019-07-14 | 1 | -1/+230 | |
| | | | | functions. ok markus@ | ||||
* | adapt to bignum1 API removal and bignum2 API change | 2019-01-21 | 2 | -154/+16 | |
| | |||||
* | add some knobs: | 2018-10-17 | 3 | -8/+17 | |
| | | | | | | | | | 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. | ||||
* | unbreak unit tests after removal of src/usr.bin/ssh/lib | 2017-12-21 | 1 | -1/+5 | |
| | |||||
* | Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and | 2016-11-01 | 1 | -3/+1 | |
| | | | | | | TEST_ENV to unittets/Makefile.inc. ok otto | ||||
* | Remove the obsolete A and P flags from MALLOC_OPTIONS. | 2016-10-31 | 1 | -2/+2 | |
| | | | | ok dtucker | ||||
* | unit tests for sshbuf_dup_string() | 2016-05-03 | 1 | -1/+30 | |
| | |||||
* | zap trailing newlines; "go for it" deraadt | 2014-07-16 | 1 | -2/+1 | |
| | |||||
* | unit and fuzz tests for new key API | 2014-06-24 | 1 | -1/+6 | |
| | |||||
* | use the test_helper fuzzer rather than the hand-rolled code that | 2014-05-02 | 1 | -51/+19 | |
| | | | | predates it | ||||
* | unit tests for new buffer API; including basic fuzz testing | 2014-04-30 | 9 | -0/+1687 | |