aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues with no-dh, no-dsa and no-ecRichard Levitte2017-01-091-0/+18
* Make client and server fuzzer reproducibleKurt Roeckx2017-01-061-0/+6
* server fuzzer: add support for DSA and ECDSAKurt Roeckx2017-01-061-1/+321
* Make client and server fuzzer support all ciphersKurt Roeckx2016-12-161-0/+2
* Make the fuzzers more reproducibleKurt Roeckx2016-12-031-27/+46
* Make the random number generator predictable when fuzzing.Kurt Roeckx2016-12-031-0/+8
* Add a FuzzerClean() functionKurt Roeckx2016-12-031-0/+5
* Fix formatting of fuzzersKurt Roeckx2016-12-031-2/+4
* [fuzzers] do not fail fuzzers with empty inputMike Aizatsky2016-11-011-3/+9
* Don't rely on implicit rsa.h inclusionViktor Dukhovni2016-07-101-0/+1
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-17/+23
* Add support for fuzzing with AFLKurt Roeckx2016-06-041-1/+1
* Add fuzzing!Ben Laurie2016-05-071-0/+237