aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)AuthorFilesLines
2016-11-03conf fuzzer: also check for an empty fileKurt Roeckx1-2/+7
2016-11-02Fix link to LibFuzzerSergey Bronnikov1-1/+1
2016-11-01[fuzzers] do not fail fuzzers with empty inputMike Aizatsky2-4/+14
2016-10-10Update fuzz corporaKurt Roeckx2325-124/+59
2016-09-26Add to fuzz corpora for CVE-2016-6309Robert Swiecki3-0/+0
2016-08-23Update fuzz corporaKurt Roeckx4156-608/+568
2016-08-01Some minor tweaks to the fuzzing docsMatt Caswell1-1/+1
2016-08-01Include what we use.Ben Laurie1-0/+2
2016-08-01Fix various no-*s.Ben Laurie1-0/+12
2016-07-26Skip non-existing files.Kurt Roeckx1-0/+2
2016-07-25Fix no-ctMatt Caswell1-2/+10
2016-07-20Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx1-1/+108
2016-07-19Fix building with no-cmsMatt Caswell1-2/+10
2016-07-18Use _NO_INST in some build.info filesRichard Levitte1-2/+2
2016-07-18Fix strict-warnings buildMatt Caswell1-1/+3
2016-07-16fuzzers: print and convert it backKurt Roeckx2-2/+34
2016-07-16Make fuzzer and fuzz tester builds less magicRichard Levitte2-83/+87
2016-07-10Don't rely on implicit rsa.h inclusionViktor Dukhovni1-0/+1
2016-07-06Add OPENSSL_NO_EC wrapperRich Salz1-0/+2
2016-07-04Update fuzz/README.mdRich Salz1-10/+6
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte2-20/+20
2016-07-01fix 'set but not used' warningDr. Stephen Henson1-2/+0
2016-07-01Re-add x509 and crl fuzzerKurt Roeckx4-2/+26
2016-07-01Run the fuzzing corpora as tests.Ben Laurie12-121/+233
2016-06-28Add comment about X509_printAlex Gaynor1-0/+1
2016-06-25Add x509 and crl corporaKurt Roeckx717-0/+14
2016-06-25Add X509 and CRL fuzzerKurt Roeckx3-1/+71
2016-06-23Update fuzz corporaKurt Roeckx580-96/+106
2016-06-14Update fuzz corporaKurt Roeckx3352-356/+1937
2016-06-11include stdlib for malloc() and free()Kurt Roeckx1-0/+1
2016-06-10Add fuzz corpora.Ben Laurie1464-0/+373
2016-06-04Add support for fuzzing with AFLKurt Roeckx12-35/+118
2016-06-03Add ct fuzzer.Ben Laurie1-0/+24
2016-06-03Linkify libfuzzer.Ben Laurie1-1/+1
2016-06-03Fuzz everything with every input.Ben Laurie2-55/+43
2016-06-03Sort.Ben Laurie1-12/+12
2016-06-01Add final(?) set of copyrights.Rich Salz1-0/+7
2016-05-07Add fuzzing!Ben Laurie11-0/+733