aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Move FuzzerSetRand to separate file.Rich Salz2017-08-111-0/+2
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-261-11/+1
* Make x509 and asn1 fuzzer reproducibleKurt Roeckx2017-04-161-0/+12
* Act on deprecation of LONG and ZLONG, step 1Richard Levitte2017-04-101-0/+4
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-101-0/+8
* Make asn1 fuzzer more reproducibleKurt Roeckx2016-12-081-8/+16
* Add a FuzzerClean() functionKurt Roeckx2016-12-031-0/+4
* Fix formatting of fuzzersKurt Roeckx2016-12-031-2/+4
* Include what we use.Ben Laurie2016-08-011-0/+2
* Fix various no-*s.Ben Laurie2016-08-011-0/+12
* Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx2016-07-201-1/+108
* fuzzers: print and convert it backKurt Roeckx2016-07-161-1/+23
* Add OPENSSL_NO_EC wrapperRich Salz2016-07-061-0/+2
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-34/+41
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-1/+1
* Fuzz everything with every input.Ben Laurie2016-06-031-54/+38
* Add fuzzing!Ben Laurie2016-05-071-0/+86