commit | 2a389ace62b79c54415d0bcfbe3033360f1c9cf1 | [log] [tgz] |
---|---|---|
author | Brian Smith <brian@briansmith.org> | Mon Aug 08 12:29:23 2016 -1000 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Tue Aug 09 19:10:18 2016 +0000 |
tree | 761b51de494f0289457c24a697c9b222e527b25f | |
parent | 8585701b2e2756cb08eacc658c05e31e39c55e38 [diff] |
Clarify signed/unsigned math in RSA_padding_add_PKCS1_PSS_mgf1. Use a separate |size_t| variable for all logic that happens after the special casing of the negative values of the signed parameter, to minimize the amount of mixed signed/unsigned math used. Change-Id: I4aeb1ffce47f889f340f9583684910b0fb2ca7c7 Reviewed-on: https://boringssl-review.googlesource.com/9173 Reviewed-by: David Benjamin <davidben@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: