commit | fc31677a1dc96bb9286c30a1f047751c0ff774e0 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sun Feb 03 21:36:49 2019 +0000 |
committer | Adam Langley <agl@google.com> | Tue Feb 05 15:47:26 2019 +0000 |
tree | 3173f9d01d22751b844905bb888b7295ba3f2b5f | |
parent | 20a9b409bbb87402e272867031aa5fa24a870487 [diff] |
Tolerate spaces when parsing .type directives. The .type foo, @abi-omnipotent lines weren't being parsed correctly. This doesn't change the generated files, but some internal state (used in-progress work on perlasm SEH directives) wasn't quite right. Change-Id: Id6aec79281a59f45b2eb2aea9f1fb8806b4c483e Reviewed-on: https://boringssl-review.googlesource.com/c/34786 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: