commit | 808b8f3b9d71a055f741d5f7338d206e98747950 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sat Mar 15 02:07:53 2025 +0700 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 15 10:03:35 2025 -0700 |
tree | d0ab85159d6e7b29bf7a5c5fc96a3a703e000bf5 | |
parent | 89eb6ddbf52887631ca45ad2242862515cd698ab [diff] |
Remove bn_div_words from bn-586.pl This function is unused. While there is a bn_div_words symbol, it's static and we never actually use the assembly-defined one. Not using it is potentially a missed optimization, but only for 32-bit x86 on MSVC because for GCC/Clang we have inline assembly. (It is hard for the compiler to emit the instruction itself because it cannot prove that the division fits.) Change-Id: Ia7ecd28f26143521343dd516a07eb3adf9c4378e Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/77627 Reviewed-by: Bob Beck <bbe@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: