summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/sshbuf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update unittests for addr.c/addrmatch.c split.dtucker2021-01-091-2/+2
|
* few more things needs match.c and addrmatch.c now that log.cdjm2020-10-161-1/+2
| | | | calls match_pattern_list()
* unbreak unittests for recent API / source file changesdjm2020-01-261-2/+2
|
* adapt to sshbuf_dtob64() changedjm2019-07-161-9/+9
|
* unit tests for sshbuf_cmp() and sshbuf_find(); ok markusdjm2019-07-151-2/+53
|
* unit tests for sshbuf_peek/poke bounds-checked random accessdjm2019-07-141-1/+230
| | | | functions. ok markus@
* adapt to bignum1 API removal and bignum2 API changedjm2019-01-212-154/+16
|
* add some knobs:djm2018-10-173-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/libdjm2017-12-211-1/+5
|
* Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andtb2016-11-011-3/+1
| | | | | | TEST_ENV to unittets/Makefile.inc. ok otto
* Remove the obsolete A and P flags from MALLOC_OPTIONS.tb2016-10-311-2/+2
| | | | ok dtucker
* unit tests for sshbuf_dup_string()djm2016-05-031-1/+30
|
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
|
* unit and fuzz tests for new key APIdjm2014-06-241-1/+6
|
* use the test_helper fuzzer rather than the hand-rolled code thatdjm2014-05-021-51/+19
| | | | predates it
* unit tests for new buffer API; including basic fuzz testingdjm2014-04-309-0/+1687