summaryrefslogtreecommitdiff
path: root/fuzz/server.c
Commit message (Expand)AuthorAgeFilesLines
* fuzz: remove TODOsPauli2021-06-021-6/+0
* RAND_METHOD deprecation: fuzzerPauli2021-02-231-4/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-7/+9
* Fix 'no-deprecated'Richard Levitte2020-12-191-7/+8
* dsa: fuzzer deprecation changesPauli2020-12-171-4/+5
* fuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC,DEPECATED_3_0}Dr. David von Oheimb2020-12-041-0/+3
* Deprecate RSA harderRichard Levitte2020-11-181-0/+9
* 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-2/+5
* Remove unused variable.Ben Laurie2017-10-161-0/+2
* 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
* Optionally check for early dataKurt Roeckx2017-04-161-1/+19
* Use a fixed time when fuzzing.Kurt Roeckx2017-04-161-1/+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/+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