commit | 88b1a37e8838af096885f983a33f0f5322b111b3 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sat Mar 31 23:56:13 2018 -0400 |
committer | Adam Langley <agl@google.com> | Mon Apr 02 18:24:02 2018 +0000 |
tree | 26c3469d32df09eb8b0282eebf60eb024ffa9d3a | |
parent | 04018c592935abe5ebf3e619eac206de45d9635f [diff] |
Include EC_POINT_oct2point in ECDH benchmarks. This includes a point validation, which figures into the overall cost of an ECDH operation. If, say, point validation is slow because it uses generic code, we'd like it to show up in benchmarks. (Later I'd like to replace this mess with a simple byte-oriented ECDH API. When that happens, I'll update the benchmark accordingly.) Change-Id: If8c33542d4b40572aac0a71ea2f658e7bc501f4b Reviewed-on: https://boringssl-review.googlesource.com/26969 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: