aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)AuthorFilesLines
2017-03-12Fix out-of-memory condition in confMatt Caswell1-0/+41
2017-02-21Update client, server and x509 fuzz corpusKurt Roeckx6183-6/+3
2017-01-29Update client and server corpusKurt Roeckx4777-0/+1
2017-01-09Fix build issues with no-dh, no-dsa and no-ecRichard Levitte2-0/+24
2017-01-06Update fuzz corporaKurt Roeckx8085-237/+216
2017-01-06Make client and server fuzzer reproducibleKurt Roeckx2-0/+12
2017-01-06Make the bignum fuzzer reproducibleKurt Roeckx1-18/+23
2017-01-06Update fuzz documentationKurt Roeckx1-5/+48
2017-01-06server fuzzer: add support for DSA and ECDSAKurt Roeckx1-1/+321
2016-12-19Update fuzz corporaKurt Roeckx2442-0/+0
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx2-0/+4
2016-12-16Document the recommended parameters for fuzzingKurt Roeckx1-2/+10
2016-12-09Update client fuzz corpusKurt Roeckx310-0/+0
2016-12-09Update client fuzzer corpusKurt Roeckx1427-1/+0
2016-12-08Fuzz corpora updateKurt Roeckx9069-1247/+3758
2016-12-08And client fuzzerKurt Roeckx2-2/+99
2016-12-08Make asn1 fuzzer more reproducibleKurt Roeckx1-8/+16
2016-12-03Make the fuzzers more reproducibleKurt Roeckx8-27/+81
2016-12-03Move libfuzzer sanitizer options to READMEKurt Roeckx1-1/+2
2016-12-03CMS fuzzer: also use id2Kurt Roeckx1-5/+13
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx2-1/+10
2016-12-03bndiv fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx1-14/+20
2016-12-03bignum fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx1-14/+20
2016-12-03asn1parse: create the out bio during init, free it during cleanupKurt Roeckx1-5/+4
2016-12-03Add a FuzzerClean() functionKurt Roeckx13-0/+47
2016-12-03FuzzerInitialize always existsKurt Roeckx1-5/+2
2016-12-03Fix formatting of fuzzersKurt Roeckx11-21/+42
2016-11-12Update fuzz corporaKurt Roeckx3895-654/+374
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