commit | 97db926cf7e9da7bdf1e52def7101ba8c68786c0 | [log] [tgz] |
---|---|---|
author | Adam Langley <alangley@gmail.com> | Thu Dec 15 12:09:09 2016 -0800 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Dec 15 20:17:27 2016 +0000 |
tree | 8fa84fd1567e632e0439a4f3f8529f50ffdce035 | |
parent | b479c5df34a96c8d72cf391f53b4503284e05afc [diff] |
Revert "crypto/rand: Fix a crash bug in RAND_enable_fork_unsafe_buffering." and "Enable getrandom for entropy gathering." This reverts commits 36ca21415a0ef94f304ba174700e53d48aaa58ab and 7b668a873eca79116a429e3f3e4dc51107b968a3. We believe that we need to update ASAN to be aware of getrandom before we can use it. Otherwise it believes that the memory with the entropy from this syscall is uninitialised. Change-Id: I1ea1c4d3038b3b2cd080be23d7d8b60fc0c83df2 Reviewed-on: https://boringssl-review.googlesource.com/12901 Reviewed-by: Adam Langley <alangley@gmail.com> Commit-Queue: Adam Langley <alangley@gmail.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
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: