commit | 024f5df3c861357873817cef6b39db94c83e239f | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Mon Apr 16 20:30:48 2018 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Tue Apr 17 15:13:55 2018 +0000 |
tree | 9e7531d04a6a0df9c1802e6eb49a45eaed63b1f3 | |
parent | e325c3f4712b23de688d2eea7d7549b65a610605 [diff] |
Avoid some divisions in Lucky 13 fix. data_plus_mac_size is secret. Values derived from it cannot quite be safely divided by md_block_size because SHA-384 ciphers prevent that field from being constant. We know the value is a power of two, so do the strength reduction by hand. Change-Id: Id62ab9e646f4e21d507a7059cfe84d49bbb986e6 Reviewed-on: https://boringssl-review.googlesource.com/27505 Reviewed-by: Adam Langley <agl@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: