Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-11Update and fix fuzzing instructions.Adam Langley
It's easier to put libFuzzer.a into the source directory than to install it globally. Change-Id: I4dc7b56f81c7aa0371475c68d23368b025186505 Reviewed-on: https://boringssl-review.googlesource.com/6461 Reviewed-by: Adam Langley <agl@google.com>
2015-11-10Add four, basic fuzz tests.Adam Langley
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>