summaryrefslogtreecommitdiffstats
path: root/fuzz
AgeCommit message (Expand)Author
2017-04-27fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov
2017-04-19Change 64-bit time type for windowsJon Spillett
2017-04-16Optionally check for early dataKurt Roeckx
2017-04-16Use a fixed time when fuzzing.Kurt Roeckx
2017-04-16Document how to update the corpus.Kurt Roeckx
2017-04-16Make x509 and asn1 fuzzer reproducibleKurt Roeckx
2017-04-16Switch libfuzzer to use trace-pc-guardKurt Roeckx
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-07Make default_method mostly compile-timeRich Salz
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-02-21Update client, server and x509 fuzz corpusKurt Roeckx
2017-01-29Update client and server corpusKurt Roeckx
2017-01-09Fix build issues with no-dh, no-dsa and no-ecRichard Levitte
2017-01-06Update fuzz corporaKurt Roeckx
2017-01-06Make client and server fuzzer reproducibleKurt Roeckx
2017-01-06Make the bignum fuzzer reproducibleKurt Roeckx
2017-01-06Update fuzz documentationKurt Roeckx
2017-01-06server fuzzer: add support for DSA and ECDSAKurt Roeckx
2016-12-19Update fuzz corporaKurt Roeckx
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx
2016-12-16Document the recommended parameters for fuzzingKurt Roeckx
2016-12-09Update client fuzz corpusKurt Roeckx
2016-12-09Update client fuzzer corpusKurt Roeckx
2016-12-08Fuzz corpora updateKurt Roeckx
2016-12-08And client fuzzerKurt Roeckx
2016-12-08Make asn1 fuzzer more reproducibleKurt Roeckx
2016-12-03Make the fuzzers more reproducibleKurt Roeckx
2016-12-03Move libfuzzer sanitizer options to READMEKurt Roeckx
2016-12-03CMS fuzzer: also use id2Kurt Roeckx
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx
2016-12-03bndiv fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx
2016-12-03bignum fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx
2016-12-03asn1parse: create the out bio during init, free it during cleanupKurt Roeckx
2016-12-03Add a FuzzerClean() functionKurt Roeckx
2016-12-03FuzzerInitialize always existsKurt Roeckx
2016-12-03Fix formatting of fuzzersKurt Roeckx
2016-11-12Update fuzz corporaKurt Roeckx
2016-11-03conf fuzzer: also check for an empty fileKurt Roeckx
2016-11-02Fix link to LibFuzzerSergey Bronnikov
2016-11-01[fuzzers] do not fail fuzzers with empty inputMike Aizatsky
2016-10-10Update fuzz corporaKurt Roeckx
2016-09-26Add to fuzz corpora for CVE-2016-6309Robert Swiecki
2016-08-23Update fuzz corporaKurt Roeckx
2016-08-01Some minor tweaks to the fuzzing docsMatt Caswell
2016-08-01Include what we use.Ben Laurie
2016-08-01Fix various no-*s.Ben Laurie
2016-07-26Skip non-existing files.Kurt Roeckx
2016-07-25Fix no-ctMatt Caswell
2016-07-20Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx