summaryrefslogtreecommitdiffstats
path: root/fuzz/server.c
AgeCommit message (Expand)Author
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-12-17dsa: fuzzer deprecation changesPauli
2020-12-04fuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC,DEPECATED_3_0}Dr. David von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-09-12Deprecate ERR_get_state()Richard Levitte
2018-12-06Following the license change, modify the boilerplates in fuzz/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-09Fix no-compMatt Caswell
2018-07-17Enable all protocols and ciphers in the fuzzerKurt Roeckx
2017-10-16Remove unused variable.Ben Laurie
2017-09-18Stack sorting safetyPauli
2017-08-11Move FuzzerSetRand to separate file.Rich Salz
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-04-27fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov
2017-04-19Change 64-bit time type for windowsJon Spillett
2017-04-16Optionally check for early dataKurt Roeckx
2017-04-16Use a fixed time when fuzzing.Kurt Roeckx
2017-04-07Make default_method mostly compile-timeRich Salz
2017-01-09Fix build issues with no-dh, no-dsa and no-ecRichard Levitte
2017-01-06Make client and server fuzzer reproducibleKurt Roeckx
2017-01-06server fuzzer: add support for DSA and ECDSAKurt Roeckx
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx
2016-12-03Make the fuzzers more reproducibleKurt Roeckx
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx
2016-12-03Add a FuzzerClean() functionKurt Roeckx
2016-12-03Fix formatting of fuzzersKurt Roeckx
2016-11-01[fuzzers] do not fail fuzzers with empty inputMike Aizatsky
2016-07-10Don't rely on implicit rsa.h inclusionViktor Dukhovni
2016-07-01Run the fuzzing corpora as tests.Ben Laurie
2016-06-04Add support for fuzzing with AFLKurt Roeckx
2016-05-07Add fuzzing!Ben Laurie