aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer/tls_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow any ciphersuite in TLS fuzzersJack Lloyd2019-04-081-1/+36
| | | | Fixes #1883
* Add missing override annotations in fuzzers [ci skip]Jack Lloyd2018-04-061-1/+1
|
* Update tls_client fuzzer to skip validation resultsJack Lloyd2018-04-011-15/+53
| | | | | Currently OSS-Fuzz stops cold at receiving the certificate message since the odds of libFuzzer forging an RSA signature are not high.
* Create new fuzzer build modeJack Lloyd2017-08-251-0/+57