summaryrefslogtreecommitdiff
path: root/fuzz/asn1parse.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-06-171-1/+1
* fuzz/asn1parse.c: Clean up non-portable code and catch malloc failureDr. David von Oheimb2021-06-151-2/+2
* fuzz/asn1parse: Use BIO_s_mem() as fallback outputTomas Mraz2021-06-111-0/+2
* 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
* Make the fuzzers more reproducibleKurt Roeckx2016-12-031-0/+5
* asn1parse: create the out bio during init, free it during cleanupKurt Roeckx2016-12-031-5/+4
* 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-0/+4
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-1/+1
* Add fuzzing!Ben Laurie2016-05-071-0/+29