commit | c2dce9c1d50d10caecaf15ba111fc895e365950d | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Thu Apr 20 16:44:15 2017 -0700 |
committer | Adam Langley <agl@google.com> | Fri Apr 21 22:03:41 2017 +0000 |
tree | 2223e1ab1a7b56656a639ae5b0261e4f2a146db2 | |
parent | 11f11e6f496fef56928f00729e0180e7282d5174 [diff] |
Have delocate process lines by pulling. In order to better handle BSS sections, rather than having a single loop over the lines and state flags, pull lines as needed. This means that subfunctions can process sections of the input. Also, stop bothering to move the init_array to the end, it's already put into its own section. Change-Id: I0e62930c65d29baecb39ba0d8bbc21f2da3bde56 Reviewed-on: https://boringssl-review.googlesource.com/15204 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.
There are other files in this directory which might be helpful: