aboutsummaryrefslogtreecommitdiff
path: root/fuzz/server.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-16Remove unused variable.Ben Laurie1-0/+2
2017-09-18Stack sorting safetyPauli1-1/+1
2017-08-11Move FuzzerSetRand to separate file.Rich Salz1-0/+2
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz1-11/+1
2017-04-27fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov1-8/+6
2017-04-19Change 64-bit time type for windowsJon Spillett1-1/+1
2017-04-16Optionally check for early dataKurt Roeckx1-1/+19
2017-04-16Use a fixed time when fuzzing.Kurt Roeckx1-1/+18
2017-04-07Make default_method mostly compile-timeRich Salz1-10/+0
2017-01-09Fix build issues with no-dh, no-dsa and no-ecRichard Levitte1-0/+18
2017-01-06Make client and server fuzzer reproducibleKurt Roeckx1-0/+6
2017-01-06server fuzzer: add support for DSA and ECDSAKurt Roeckx1-1/+321
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx1-0/+2
2016-12-03Make the fuzzers more reproducibleKurt Roeckx1-27/+46
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx1-0/+8
2016-12-03Add a FuzzerClean() functionKurt Roeckx1-0/+5
2016-12-03Fix formatting of fuzzersKurt Roeckx1-2/+4
2016-11-01[fuzzers] do not fail fuzzers with empty inputMike Aizatsky1-3/+9
2016-07-10Don't rely on implicit rsa.h inclusionViktor Dukhovni1-0/+1
2016-07-01Run the fuzzing corpora as tests.Ben Laurie1-17/+23
2016-06-04Add support for fuzzing with AFLKurt Roeckx1-1/+1
2016-05-07Add fuzzing!Ben Laurie1-0/+237