boringssl/fuzz
David Benjamin 88536c3cb1 Start fuzzing the TLS 1.3 code.
Corpus recorded from runner and merged into existing corpus with
libFuzzer's -merge flag.

BUG=79

Change-Id: I986a50976ffef141b63e31de3a81fdb4ed5c1348
Reviewed-on: https://boringssl-review.googlesource.com/11130
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
2016-09-21 20:47:15 +00:00
..
cert_corpus Update fuzzing corpuses. 2016-03-03 18:33:05 +00:00
client_corpus Start fuzzing the TLS 1.3 code. 2016-09-21 20:47:15 +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 Start fuzzing the TLS 1.3 code. 2016-09-21 20:47:15 +00:00
spki_corpus Add standalone PKCS#8 and SPKI fuzzers. 2016-04-25 21:57:28 +00:00
cert.cc Add licenses to fuzz tests. 2016-04-25 20:15:27 +00:00
client.cc Start fuzzing the TLS 1.3 code. 2016-09-21 20:47:15 +00:00
CMakeLists.txt Replace base64 decoding. 2016-05-26 17:59:10 +00:00
minimise_corpuses.sh Add licenses to fuzz tests. 2016-04-25 20:15:27 +00:00
pkcs8.cc Add standalone PKCS#8 and SPKI fuzzers. 2016-04-25 21:57:28 +00:00
privkey.cc Add licenses to fuzz tests. 2016-04-25 20:15:27 +00:00
read_pem.cc Replace base64 decoding. 2016-05-26 17:59:10 +00:00
server.cc Start fuzzing the TLS 1.3 code. 2016-09-21 20:47:15 +00:00
spki.cc Add standalone PKCS#8 and SPKI fuzzers. 2016-04-25 21:57:28 +00:00