commit | 84ffc174ccfbc74af81e5ee7c51334ecc957c68d | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue May 06 22:45:36 2025 -0400 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 10:22:29 2025 -0700 |
tree | f247ac11fd21a52abb21dc9e56ee2e14d4b40f4e | |
parent | 50f67a3ad11cc34e783086cc8831b89077d5a175 [diff] |
Test non-NEON codepaths with a OPENSSL_NO_STATIC_NEON_FOR_TESTING This removes the blocker on updating the NDK. The actual test-only build flag isn't amazing, but it's much simpler than assembling a custom Arm toolchain. Time spent on that is probably better spent on removing the assembly in question, as it'll only be less and less relevant. Note that, although this CL changes code and main.star at the same time, LUCI is not capable of updating them atomically, so we'll still run the old main.star against the new code. Fixed: 42290318 Change-Id: Ia08350284d47cd5767aa6fd15a2e44443b90ae18 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/79148 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: 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:
To file a security issue, use the Chromium process and mention in the report this is for BoringSSL. You can ignore the parts of the process that are specific to Chromium/Chrome.
There are other files in this directory which might be helpful: