aboutsummaryrefslogtreecommitdiff
path: root/fuzz/bndiv.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-12Deprecate ERR_get_state()Richard Levitte1-1/+1
2018-12-06Following the license change, modify the boilerplates in fuzz/Richard Levitte1-1/+1
2017-08-16bndiv fuzzer: limit the size of the input to avoid timeoutgbrl1-0/+7
2016-12-03Make the fuzzers more reproducibleKurt Roeckx1-0/+5
2016-12-03bndiv fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx1-14/+20
2016-12-03Add a FuzzerClean() functionKurt Roeckx1-0/+4
2016-12-03Fix formatting of fuzzersKurt Roeckx1-2/+4
2016-07-01Run the fuzzing corpora as tests.Ben Laurie1-10/+16
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-1/+1
2016-05-07Add fuzzing!Ben Laurie1-0/+101