summaryrefslogtreecommitdiff
path: root/fuzz/client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Deprecate ERR_get_state()Richard Levitte2019-09-121-1/+1
* Following the license change, modify the boilerplates in fuzz/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Fix no-compMatt Caswell2018-08-091-2/+2
* Enable all protocols and ciphers in the fuzzerKurt Roeckx2018-07-171-0/+1
* Stack sorting safetyPauli2017-09-181-1/+1
* Move FuzzerSetRand to separate file.Rich Salz2017-08-111-0/+2
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-261-11/+1
* fuzz/{client,server}.c: omit _time64 "overload method".Andy Polyakov2017-04-271-8/+6
* Change 64-bit time type for windowsJon Spillett2017-04-191-1/+1
* Use a fixed time when fuzzing.Kurt Roeckx2017-04-161-0/+18
* Make default_method mostly compile-timeRich Salz2017-04-071-10/+0
* Fix build issues with no-dh, no-dsa and no-ecRichard Levitte2017-01-091-0/+6
* Make client and server fuzzer reproducibleKurt Roeckx2017-01-061-0/+6
* Make client and server fuzzer support all ciphersKurt Roeckx2016-12-161-0/+2
* And client fuzzerKurt Roeckx2016-12-081-0/+89