commit | 76bb1411acf5cf6935586182a3a037d372ed1636 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Sep 08 16:03:49 2016 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Dec 15 15:47:39 2016 +0000 |
tree | e0bec4b3683610196d9f738f8d3c4f6e8385111f | |
parent | 593b6a44fe066cee03a3aa8431a17e7800a02c17 [diff] |
Remove the BORINGSSL_ANDROID_SYSTEM P-521 special-case. This dates to https://android.googlesource.com/platform/external/boringssl/+/62d05888d1cf178d900b54e7e035928abea512b1 which intended to be removed in a later Android release once X25519 was added. That has since happened. This intentionally leaves the P-521 hooked up for now. Detaching it completely is a more aggressive change (since it's slightly tied up with SHA-512) that should wait until removing ECDSA+SHA512 has stuck in Chrome. Change-Id: I04553c3eddf33a13b6e3e9a6e7ac4c4725676cb0 Reviewed-on: https://boringssl-review.googlesource.com/10923 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: