commit | 3c9729212be5d30ea5ab1d4007842ec527125342 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue Jun 27 16:42:25 2017 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Jun 28 13:35:29 2017 +0000 |
tree | c95232ea764f0244fdffb661cbaf3bd723cb6bc7 | |
parent | d977eaa125d779ec6e36c8a30efc970542b2b3b1 [diff] |
Fix chacha-armv4.pl with clang -fno-integrated-as. The __clang__-guarded #defines cause gas to complain if clang is passed -fno-integrated-as. Emitting .syntax unified when those are used fixes this. This matches the change made to ghash-armv4.pl in upstream's 6cf412c473d8145562b76219ce3da73b201b3255. See also https://github.com/openssl/openssl/pull/3694. This fixes the build with the latest Android NDK (use the NDK-supplied toolchain file) with the armeabi ABI. Bug: chromium:732066 Change-Id: Ic6ca633a58edbe8ae8c7d501bd9515c2476fd7c2 Reviewed-on: https://boringssl-review.googlesource.com/17404 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@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: