Go to file
David Benjamin 799676c998 Add a flag to configure the path to the SDE executable.
BUG=180

Change-Id: Id03991cc785571bc10b3ee4b4fe3e367d347ff82
Reviewed-on: https://boringssl-review.googlesource.com/16164
Reviewed-by: Steven Valdez <svaldez@google.com>
2017-05-10 21:56:38 +00:00
.github
crypto crypto/fipsmodule: Make more Known Answer Tests breakable. 2017-05-10 18:36:00 +00:00
decrepit
fipsoracle
fuzz Refresh fuzzer corpus. 2017-05-10 17:06:02 +00:00
include/openssl Add a flag to toggle the buggy RSA parser. 2017-05-10 15:49:33 +00:00
infra/config Take ios64_compile out of the CQ. 2017-05-10 21:44:21 +00:00
ssl
third_party
tool
util Add a flag to configure the path to the SDE executable. 2017-05-10 21:56:38 +00:00
.clang-format
.gitignore
API-CONVENTIONS.md
BUILDING.md
CMakeLists.txt Switch from 8bit-counters to trace-pc-guard. 2017-05-10 17:04:38 +00:00
codereview.settings
CONTRIBUTING.md
FUZZING.md
INCORPORATING.md Update links to Bazel's site. 2016-10-31 18:16:58 +00:00
LICENSE
PORTING.md
README.md
STYLE.md

BoringSSL

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: