commit | 5eb9343babb6b5aee2e0ac86db56827cd26c1a67 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Feb 23 15:50:29 2023 -0500 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 23 21:53:11 2023 +0000 |
tree | 89eb6a0b183ba607d177c7fb1ea1809ba945331d | |
parent | 8251dd8b34dddf3f13e481b9b59e2430f8b18701 [diff] |
Go back to breaking syscalls with the syscall number Setting the first argument to -1 works, but changing the syscall number is more straightforward. It's doable on aarch64 too, if we use a different regset. Cq-Include-Trybots: luci.boringssl.try:android_aarch64 Change-Id: I6c3c2d3dc67c06a44b181f9086cb5c9d343d51bc Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/57587 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@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.
Project links:
There are other files in this directory which might be helpful: