aboutsummaryrefslogtreecommitdiff
path: root/fuzz/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Conditionalize fuzz tests on feature macrosBenjamin Kaduk1-0/+8
2017-11-03ASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functionsKurt Roeckx1-3/+95
2017-08-11Move FuzzerSetRand to separate file.Rich Salz1-0/+2
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz1-11/+1
2017-04-16Make x509 and asn1 fuzzer reproducibleKurt Roeckx1-0/+12
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte1-0/+4
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte1-0/+8
2016-12-08Make asn1 fuzzer more reproducibleKurt Roeckx1-8/+16
2016-12-03Add a FuzzerClean() functionKurt Roeckx1-0/+4
2016-12-03Fix formatting of fuzzersKurt Roeckx1-2/+4
2016-08-01Include what we use.Ben Laurie1-0/+2
2016-08-01Fix various no-*s.Ben Laurie1-0/+12
2016-07-20Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx1-1/+108
2016-07-16fuzzers: print and convert it backKurt Roeckx1-1/+23
2016-07-06Add OPENSSL_NO_EC wrapperRich Salz1-0/+2
2016-07-01Run the fuzzing corpora as tests.Ben Laurie1-34/+41
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-1/+1
2016-06-03Fuzz everything with every input.Ben Laurie1-54/+38
2016-05-07Add fuzzing!Ben Laurie1-0/+86