Add four, basic fuzz tests.
This change adds fuzzing tests for:
∙ Certificate parsing
∙ Private key parsing
∙ ClientHello parsing
∙ Server first flow (ServerHello, Certificate, etc) parsing.
Change-Id: I5f53282263eaaff69b1a03c819cca73750433653
Reviewed-on: https://boringssl-review.googlesource.com/6460
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/README.md b/README.md
index 142fc0a..d8a65c2 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,4 @@
* [BUILDING.md](/BUILDING.md): how to build BoringSSL
* [STYLE.md](/STYLE.md): rules and guidelines for coding style.
* include/openssl: public headers with API documentation in comments. Also [available online](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html).
+ * [FUZZING.md](/FUZZING.md): information about fuzzing BoringSSL.