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-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>
2015-10-13Links in README.md, take two.David Benjamin
gitiles seems to mangle the links when viewed from https://boringssl.googlesource.com/boringssl/+/master/README.md, but not https://boringssl.googlesource.com/boringssl/. This document suggests that it handles absolute and relative links to files specially. I guess it didn't interpret 'README.md' as either and failed to adjust it accordingly. Let's see if this works instead. https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md#Links Change-Id: Ic181919140f968c88c69ea8f3c21c70f63e4b467 Reviewed-on: https://boringssl-review.googlesource.com/6230 Reviewed-by: Adam Langley <agl@google.com>
2015-10-13Add a README.Adam Langley
Change-Id: I77b1d0efa6cddfcb162be693d53276822780540f Reviewed-on: https://boringssl-review.googlesource.com/5790 Reviewed-by: Adam Langley <agl@google.com>