boringssl/fuzz
David Benjamin ec978dd812 Add corpora for fuzzers with fuzzer mode disabled.
Fuzzer mode explores the handshake, but at the cost of losing coverage
on the record layer. Add a separate build flag and client/server
corpora for this mode.

Note this requires tweaks in consumers' fuzzer build definitions.

BUG=111

Change-Id: I1026dc7301645e165a761068a1daad6eedc9271e
Reviewed-on: https://boringssl-review.googlesource.com/12108
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2016-11-09 16:53:37 +00:00
..
cert_corpus Update fuzzing corpuses. 2016-03-03 18:33:05 +00:00
client_corpus Refresh fuzzer corpus. 2016-10-20 21:49:25 +00:00
client_corpus_no_fuzzer_mode Add corpora for fuzzers with fuzzer mode disabled. 2016-11-09 16:53:37 +00:00
pkcs8_corpus Add standalone PKCS#8 and SPKI fuzzers. 2016-04-25 21:57:28 +00:00
privkey_corpus Update fuzzing corpuses. 2016-03-03 18:33:05 +00:00
read_pem_corpus Replace base64 decoding. 2016-05-26 17:59:10 +00:00
server_corpus Refresh fuzzer corpus. 2016-10-20 21:49:25 +00:00
server_corpus_no_fuzzer_mode Add corpora for fuzzers with fuzzer mode disabled. 2016-11-09 16:53:37 +00:00
spki_corpus Add standalone PKCS#8 and SPKI fuzzers. 2016-04-25 21:57:28 +00:00
ssl_ctx_api_corpus Add a fuzzer for the SSL_CTX API. 2016-10-04 23:07:09 +00:00
cert.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
client.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
CMakeLists.txt Add a fuzzer for the SSL_CTX API. 2016-10-04 23:07:09 +00:00
minimise_corpuses.sh Add licenses to fuzz tests. 2016-04-25 20:15:27 +00:00
pkcs8.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
privkey.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
read_pem.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
server.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
spki.cc ERR_clear_error at the end of each fuzzer. 2016-10-13 23:20:40 +00:00
ssl_ctx_api.cc Fix SSL_CTX_set1_curves fuzzer. 2016-10-26 17:18:42 +00:00