commit | 61367eedfe9f772bd03f27c6177ca8f3406ff8d6 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Mon Jul 11 12:24:55 2016 -0700 |
committer | Adam Langley <agl@google.com> | Mon Jul 11 12:24:55 2016 -0700 |
tree | 045c1703596c9e33b9d95e31c419a25933745af0 | |
parent | 403c52aa94760051f93e4388a2966c0fd9422c2b [diff] |
Set variables to avoid false-positive compiler warnings. ../tool/transport_common.cc:429:14: error: ‘code_250’ may be used uninitialized in this function [-Werror=maybe-uninitialized] (I don't believe it can actually happen though.) Change-Id: I78d19ad42ed4c05404f1d8d3e8f254ede3244b8d
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: