summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/sshbuf/test_sshbuf_getput_fuzz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adapt to bignum1 API removal and bignum2 API changedjm2019-01-211-10/+3
|
* add some knobs:djm2018-10-171-4/+8
| | | | | | | | | 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.
* 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-301-0/+152