commit | 6b3ab726021423d3467da971700aecbca93d2d1b | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Sep 21 02:37:58 2017 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Sep 27 18:01:05 2017 +0000 |
tree | 566339f46c51253348b79fb467cd5752d143d235 | |
parent | cf0ce676d6aad0ec19f3a661f6903ea36bacdf91 [diff] |
Add an implicit CBS to Span<const uint8_t> conversion. They are exactly the same structure. Doing it in CBS allows us to switch bssl::Span to absl::Span or a standard std::span in the future. Bug: 132 Change-Id: Ibc96673c23233d557a1dd4d8768d2659d7a4ca0c Reviewed-on: https://boringssl-review.googlesource.com/20669 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: