aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some minor tweaks to the fuzzing docsMatt Caswell2016-08-011-1/+1
* Include what we use.Ben Laurie2016-08-011-0/+2
* Fix various no-*s.Ben Laurie2016-08-011-0/+12
* Skip non-existing files.Kurt Roeckx2016-07-261-0/+2
* Fix no-ctMatt Caswell2016-07-251-2/+10
* Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx2016-07-201-1/+108
* Fix building with no-cmsMatt Caswell2016-07-191-2/+10
* Use _NO_INST in some build.info filesRichard Levitte2016-07-181-2/+2
* Fix strict-warnings buildMatt Caswell2016-07-181-1/+3
* fuzzers: print and convert it backKurt Roeckx2016-07-162-2/+34
* Make fuzzer and fuzz tester builds less magicRichard Levitte2016-07-162-83/+87
* Don't rely on implicit rsa.h inclusionViktor Dukhovni2016-07-101-0/+1
* Add OPENSSL_NO_EC wrapperRich Salz2016-07-061-0/+2
* Update fuzz/README.mdRich Salz2016-07-041-10/+6
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-012-20/+20
* fix 'set but not used' warningDr. Stephen Henson2016-07-011-2/+0
* Re-add x509 and crl fuzzerKurt Roeckx2016-07-014-2/+26
* Run the fuzzing corpora as tests.Ben Laurie2016-07-0112-121/+233
* Add comment about X509_printAlex Gaynor2016-06-281-0/+1
* Add x509 and crl corporaKurt Roeckx2016-06-25717-0/+14
* Add X509 and CRL fuzzerKurt Roeckx2016-06-253-1/+71
* Update fuzz corporaKurt Roeckx2016-06-23580-96/+106
* Update fuzz corporaKurt Roeckx2016-06-143352-356/+1937
* include stdlib for malloc() and free()Kurt Roeckx2016-06-111-0/+1
* Add fuzz corpora.Ben Laurie2016-06-101464-0/+373
* Add support for fuzzing with AFLKurt Roeckx2016-06-0412-35/+118