aboutsummaryrefslogtreecommitdiff
path: root/fuzz/server.cc
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Add DTLS fuzzers.David Benjamin1-1/+1
2017-09-07Share all of fuzz/{client,server}.cc into fuzzer.h.David Benjamin1-120/+2
2017-08-18Remove internal uses of SSLv23_*.David Benjamin1-1/+1
2017-07-05Restore SSLv3 fuzzer coverage.David Benjamin1-0/+1
2017-07-05Update TLS fuzzer format with prepended settings.David Benjamin1-188/+33
2017-05-10Fix fuzzer build.David Benjamin1-1/+1
2017-04-11Really remove DHE ciphersuites from TLS.Matthew Braithwaite1-5/+0
2017-03-29Use an actual SCT for fuzzing.David Benjamin1-3/+6
2017-03-29Adding server fuzzer for early data.Steven Valdez1-0/+1
2017-03-02Remove experimental TLS 1.3 short record header extension.Steven Valdez1-2/+0
2017-02-22Add new cipherlist-setting APIs that reject nonsense.Matthew Braithwaite1-1/+1
2016-12-22Enable short header negotiation in fuzzers.David Benjamin1-0/+2
2016-12-09Remove CECPQ1 (experimental post-quantum key agreement).Matthew Braithwaite1-1/+1
2016-12-07Add SSL_(CTX_)set_tls_channel_id_enabled.David Benjamin1-1/+1
2016-10-13ERR_clear_error at the end of each fuzzer.David Benjamin1-0/+2
2016-10-12Fix fuzzer signatures.David Benjamin1-1/+1
2016-09-22Enable more features in the fuzzers.David Benjamin1-0/+49
2016-09-21Start fuzzing the TLS 1.3 code.David Benjamin1-0/+1
2016-04-25Add licenses to fuzz tests.Adam Langley1-0/+14
2016-03-31Remove inaccurate comments in fuzz/{client,server}.cc.David Benjamin1-1/+0
2016-03-04Enable renegotiation in the client fuzzer and read app data.David Benjamin1-1/+9
2016-03-03Add a deterministic PRNG for fuzzing.David Benjamin1-0/+3
2015-11-10Add four, basic fuzz tests.Adam Langley1-0/+219