summaryrefslogtreecommitdiff
path: root/fuzz/bndiv.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ERR_get_state()Richard Levitte2019-09-121-1/+1
* Following the license change, modify the boilerplates in fuzz/Richard Levitte2018-12-061-1/+1
* bndiv fuzzer: limit the size of the input to avoid timeoutgbrl2017-08-161-0/+7
* Make the fuzzers more reproducibleKurt Roeckx2016-12-031-0/+5
* bndiv fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx2016-12-031-14/+20
* Add a FuzzerClean() functionKurt Roeckx2016-12-031-0/+4
* Fix formatting of fuzzersKurt Roeckx2016-12-031-2/+4
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-10/+16
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-1/+1
* Add fuzzing!Ben Laurie2016-05-071-0/+101