commit | a230a8205e8f87893182a39756948526beb1d579 | [log] [tgz] |
---|---|---|
author | Maurice Lam <yukl@google.com> | Tue Jan 10 22:19:16 2023 +0000 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 12 23:05:51 2023 +0000 |
tree | 9d176f92b9517eb2f07129d0926b22021f497dee | |
parent | ec6425ca2a85389606105c71be4d4ceb01621e7d [diff] |
Build rust bindings against header files under current source dir Without this, it was using the headers from /usr/include, and on my machine it failed with the following: ``` $ cmake .. -DRUST_BINDINGS=$(gcc -dumpmachine) && make /boringssl/rust/rust_wrapper.c: In function ‘ERR_GET_FUNC_RUST’: /usr/local/google/home/yukl/boringssl/rust/rust_wrapper.c:27:10: error: implicit declaration of function ‘ERR_GET_FUNC’; did you mean ‘ERR_GET_LIB’? [-Werror=implicit-function-declaration] 27 | return ERR_GET_FUNC(packed_error); | ^~~~~~~~~~~~ | ERR_GET_LIB ``` Change-Id: Ia34830c939f32a8807e1c8be03d962c21dfc1635 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/55932 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Matthew Maurer <mmaurer@google.com> 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.
Project links:
There are other files in this directory which might be helpful: