commit | 2a4ce172436b332374c2abeac3bfefcbf9736496 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Thu Feb 06 10:25:31 2020 -0800 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Feb 06 19:15:03 2020 +0000 |
tree | 5d2be255050b47ac57220c91dcf4a17267f44831 | |
parent | fbea9de16398321ed245e3271f4ed0a8149a5e6a [diff] |
bazel: explicitly load C++ rules Starting with Bazel 3.0, C++ rules will require loads. See https://github.com/bazelbuild/bazel/issues/8743 Thanks to Yannic Bonenberger for noting this in https://boringssl-review.googlesource.com/c/boringssl/+/39825 Change-Id: I8e274c82ade6c7ec569989026190f6a0a88b47ed Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/39924 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com>
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.
Project links:
There are other files in this directory which might be helpful: