summaryrefslogtreecommitdiffstats
path: root/fuzz/asn1parse.c
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-15fuzz/asn1parse.c: Clean up non-portable code and catch malloc failureDr. David von Oheimb
2021-06-11fuzz/asn1parse: Use BIO_s_mem() as fallback outputTomas Mraz
2019-09-12Deprecate ERR_get_state()Richard Levitte
2018-12-06Following the license change, modify the boilerplates in fuzz/Richard Levitte
2016-12-03Make the fuzzers more reproducibleKurt Roeckx
2016-12-03asn1parse: create the out bio during init, free it during cleanupKurt Roeckx
2016-12-03Add a FuzzerClean() functionKurt Roeckx
2016-12-03Fix formatting of fuzzersKurt Roeckx
2016-07-01Run the fuzzing corpora as tests.Ben Laurie
2016-06-04Add support for fuzzing with AFLKurt Roeckx
2016-05-07Add fuzzing!Ben Laurie