commit | ffbf95ad41086b116111aea9404230f56fd19311 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Mon Nov 05 17:37:29 2018 -0600 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Tue Nov 06 18:32:11 2018 +0000 |
tree | ed15b58d8db24bcade905dc7aee20b7bbcd9b6e2 | |
parent | 6ec9e40b286d718890b7f3af904c330b8b73819f [diff] |
Devirtualize ec_simple_{add,dbl}. Now that the tuned add/dbl implementations are exposed, these can be specific to EC_GFp_mont_method and call the felem_mul and felem_sqr implementations directly. felem_sqr and felem_mul are still used elsewhere in simple.c, however, so we cannot get rid of them yet. Change-Id: I5ea22a8815279931afc98a6fc578bc85e3f8bdcc Reviewed-on: https://boringssl-review.googlesource.com/c/32849 Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: Adam Langley <agl@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.
There are other files in this directory which might be helpful: