commit | 04aa69436378327a1a4de673fd925a69c878d909 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Aug 19 14:51:10 2016 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Fri Aug 19 19:11:34 2016 +0000 |
tree | ffdcdd5604baeba5bb9f4bb21041d3236e50963e | |
parent | 0e95015aa593ebb84b2a11c2794a3995f89db830 [diff] |
Implement BORINGSSL_UNSAFE_FUZZER_MODE for TLS 1.3. I'll hold on regenerating the transcripts until either the protocol has stablized more or we're ready to start actually deploying some of this, but we can get this in now. Confirmed these #ifdef points are covered by tests: - BadFinished-*-TLS13 - *-InvalidSignature-*-TLS13 BUG=79 Change-Id: I5f6b9d0f50ac33d5cc79688928fb3fdf6df845ae Reviewed-on: https://boringssl-review.googlesource.com/10500 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
BoringSSL is a fork of OpenSSL that is designed to meet Google's needs.
Although BoringSSL is an open source project, it is not intended for general use, as OpenSSL is. We don't recommend that third parties depend upon it. Doing so is likely to be frustrating because there are no guarantees of API or ABI stability.
Programs ship their own copies of BoringSSL when they use it and we update everything as needed when deciding to make API changes. This allows us to mostly avoid compromises in the name of compatibility. It works for us, but it may not work for you.
BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google's product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily.
Currently BoringSSL is the SSL library in Chrome/Chromium, Android (but it's not part of the NDK) and a number of other apps/programs.
There are other files in this directory which might be helpful: