summaryrefslogtreecommitdiffstats
path: root/fuzz/client.c
AgeCommit message (Expand)Author
2022-05-03Update copyright yearMatt Caswell
2022-03-16check return value of functions that call BIO_new()tangyiqun
2021-06-02fuzz: remove TODOsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-23RAND_METHOD deprecation: fuzzerPauli
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-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-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
2016-12-16Make client and server fuzzer support all ciphersKurt Roeckx
2016-12-08And client fuzzerKurt Roeckx