Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make asn1 fuzzer more reproducible | Kurt Roeckx | 2016-12-08 | 1 | -8/+16 | |
* | Make the fuzzers more reproducible | Kurt Roeckx | 2016-12-03 | 8 | -27/+81 | |
* | Move libfuzzer sanitizer options to README | Kurt Roeckx | 2016-12-03 | 1 | -1/+2 | |
* | CMS fuzzer: also use id2 | Kurt Roeckx | 2016-12-03 | 1 | -5/+13 | |
* | Make the random number generator predictable when fuzzing. | Kurt Roeckx | 2016-12-03 | 2 | -1/+10 | |
* | bndiv fuzzer: move new and free calls to the init and cleanup function. | Kurt Roeckx | 2016-12-03 | 1 | -14/+20 | |
* | bignum fuzzer: move new and free calls to the init and cleanup function. | Kurt Roeckx | 2016-12-03 | 1 | -14/+20 | |
* | asn1parse: create the out bio during init, free it during cleanup | Kurt Roeckx | 2016-12-03 | 1 | -5/+4 | |
* | Add a FuzzerClean() function | Kurt Roeckx | 2016-12-03 | 13 | -0/+47 | |
* | FuzzerInitialize always exists | Kurt Roeckx | 2016-12-03 | 1 | -5/+2 | |
* | Fix formatting of fuzzers | Kurt Roeckx | 2016-12-03 | 11 | -21/+42 | |
* | Update fuzz corpora | Kurt Roeckx | 2016-11-12 | 3895 | -654/+374 | |
* | conf fuzzer: also check for an empty file | Kurt Roeckx | 2016-11-03 | 1 | -2/+7 | |
* | Fix link to LibFuzzer | Sergey Bronnikov | 2016-11-02 | 1 | -1/+1 | |
* | [fuzzers] do not fail fuzzers with empty input | Mike Aizatsky | 2016-11-01 | 2 | -4/+14 | |
* | Update fuzz corpora | Kurt Roeckx | 2016-10-10 | 2325 | -124/+59 | |
* | Add to fuzz corpora for CVE-2016-6309 | Robert Swiecki | 2016-09-26 | 3 | -0/+0 | |
* | Update fuzz corpora | Kurt Roeckx | 2016-08-23 | 4156 | -608/+568 | |
* | Some minor tweaks to the fuzzing docs | Matt Caswell | 2016-08-01 | 1 | -1/+1 | |
* | Include what we use. | Ben Laurie | 2016-08-01 | 1 | -0/+2 | |
* | Fix various no-*s. | Ben Laurie | 2016-08-01 | 1 | -0/+12 | |
* | Skip non-existing files. | Kurt Roeckx | 2016-07-26 | 1 | -0/+2 | |
* | Fix no-ct | Matt Caswell | 2016-07-25 | 1 | -2/+10 | |
* | Add all publicly avaiable asn1 types to the asn1 fuzzer. | Kurt Roeckx | 2016-07-20 | 1 | -1/+108 | |
* | Fix building with no-cms | Matt Caswell | 2016-07-19 | 1 | -2/+10 | |
* | Use _NO_INST in some build.info files | Richard Levitte | 2016-07-18 | 1 | -2/+2 | |
* | Fix strict-warnings build | Matt Caswell | 2016-07-18 | 1 | -1/+3 | |
* | fuzzers: print and convert it back | Kurt Roeckx | 2016-07-16 | 2 | -2/+34 | |
* | Make fuzzer and fuzz tester builds less magic | Richard Levitte | 2016-07-16 | 2 | -83/+87 | |
* | Don't rely on implicit rsa.h inclusion | Viktor Dukhovni | 2016-07-10 | 1 | -0/+1 | |
* | Add OPENSSL_NO_EC wrapper | Rich Salz | 2016-07-06 | 1 | -0/+2 | |
* | Update fuzz/README.md | Rich Salz | 2016-07-04 | 1 | -10/+6 | |
* | Simplify INCLUDE statements in build.info files | Richard Levitte | 2016-07-01 | 2 | -20/+20 | |
* | fix 'set but not used' warning | Dr. Stephen Henson | 2016-07-01 | 1 | -2/+0 | |
* | Re-add x509 and crl fuzzer | Kurt Roeckx | 2016-07-01 | 4 | -2/+26 | |
* | Run the fuzzing corpora as tests. | Ben Laurie | 2016-07-01 | 12 | -121/+233 | |
* | Add comment about X509_print | Alex Gaynor | 2016-06-28 | 1 | -0/+1 | |
* | Add x509 and crl corpora | Kurt Roeckx | 2016-06-25 | 717 | -0/+14 | |
* | Add X509 and CRL fuzzer | Kurt Roeckx | 2016-06-25 | 3 | -1/+71 | |
* | Update fuzz corpora | Kurt Roeckx | 2016-06-23 | 580 | -96/+106 | |
* | Update fuzz corpora | Kurt Roeckx | 2016-06-14 | 3352 | -356/+1937 | |
* | include stdlib for malloc() and free() | Kurt Roeckx | 2016-06-11 | 1 | -0/+1 | |
* | Add fuzz corpora. | Ben Laurie | 2016-06-10 | 1464 | -0/+373 | |
* | Add support for fuzzing with AFL | Kurt Roeckx | 2016-06-04 | 12 | -35/+118 | |
* | Add ct fuzzer. | Ben Laurie | 2016-06-03 | 1 | -0/+24 | |
* | Linkify libfuzzer. | Ben Laurie | 2016-06-03 | 1 | -1/+1 | |
* | Fuzz everything with every input. | Ben Laurie | 2016-06-03 | 2 | -55/+43 | |
* | Sort. | Ben Laurie | 2016-06-03 | 1 | -12/+12 | |
* | Add final(?) set of copyrights. | Rich Salz | 2016-06-01 | 1 | -0/+7 | |
* | Add fuzzing! | Ben Laurie | 2016-05-07 | 11 | -0/+733 |