aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.Ben Laurie2017-10-161-0/+2
* Stack sorting safetyPauli2017-09-182-2/+2
* bndiv fuzzer: limit the size of the input to avoid timeoutgbrl2017-08-161-0/+7
* Move FuzzerSetRand to separate file.Rich Salz2017-08-116-31/+48
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-266-44/+36
* Update fuzz corporaKurt Roeckx2017-07-0222495-2943/+7089
* fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov2017-04-272-16/+12
* Change 64-bit time type for windowsJon Spillett2017-04-192-2/+2
* Optionally check for early dataKurt Roeckx2017-04-161-1/+19
* Use a fixed time when fuzzing.Kurt Roeckx2017-04-162-1/+36
* Document how to update the corpus.Kurt Roeckx2017-04-161-0/+12
* Make x509 and asn1 fuzzer reproducibleKurt Roeckx2017-04-162-0/+24
* Switch libfuzzer to use trace-pc-guardKurt Roeckx2017-04-161-1/+1
* 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 default_method mostly compile-timeRich Salz2017-04-072-20/+0
* Fix out-of-memory condition in confMatt Caswell2017-03-121-0/+41
* Update client, server and x509 fuzz corpusKurt Roeckx2017-02-216183-6/+3
* Update client and server corpusKurt Roeckx2017-01-294777-0/+1
* Fix build issues with no-dh, no-dsa and no-ecRichard Levitte2017-01-092-0/+24
* Update fuzz corporaKurt Roeckx2017-01-068085-237/+216
* Make client and server fuzzer reproducibleKurt Roeckx2017-01-062-0/+12
* Make the bignum fuzzer reproducibleKurt Roeckx2017-01-061-18/+23
* Update fuzz documentationKurt Roeckx2017-01-061-5/+48
* server fuzzer: add support for DSA and ECDSAKurt Roeckx2017-01-061-1/+321
* Update fuzz corporaKurt Roeckx2016-12-192442-0/+0
* Make client and server fuzzer support all ciphersKurt Roeckx2016-12-162-0/+4
* Document the recommended parameters for fuzzingKurt Roeckx2016-12-161-2/+10
* Update client fuzz corpusKurt Roeckx2016-12-09310-0/+0
* Update client fuzzer corpusKurt Roeckx2016-12-091251-1/+0
* Fuzz corpora updateKurt Roeckx2016-12-089069-1247/+3758
* And client fuzzerKurt Roeckx2016-12-082-2/+99
* Make asn1 fuzzer more reproducibleKurt Roeckx2016-12-081-8/+16
* Make the fuzzers more reproducibleKurt Roeckx2016-12-038-27/+81
* Move libfuzzer sanitizer options to READMEKurt Roeckx2016-12-031-1/+2
* CMS fuzzer: also use id2Kurt Roeckx2016-12-031-5/+13
* Make the random number generator predictable when fuzzing.Kurt Roeckx2016-12-032-1/+10
* bndiv fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx2016-12-031-14/+20
* bignum fuzzer: move new and free calls to the init and cleanup function.Kurt Roeckx2016-12-031-14/+20
* asn1parse: create the out bio during init, free it during cleanupKurt Roeckx2016-12-031-5/+4
* Add a FuzzerClean() functionKurt Roeckx2016-12-0313-0/+47
* FuzzerInitialize always existsKurt Roeckx2016-12-031-5/+2
* Fix formatting of fuzzersKurt Roeckx2016-12-0311-21/+42
* Update fuzz corporaKurt Roeckx2016-11-123895-654/+374
* conf fuzzer: also check for an empty fileKurt Roeckx2016-11-031-2/+7
* Fix link to LibFuzzerSergey Bronnikov2016-11-021-1/+1
* [fuzzers] do not fail fuzzers with empty inputMike Aizatsky2016-11-012-4/+14
* Update fuzz corporaKurt Roeckx2016-10-102325-124/+59
* Add to fuzz corpora for CVE-2016-6309Robert Swiecki2016-09-263-0/+0
* Update fuzz corporaKurt Roeckx2016-08-234156-608/+568