commit | dc59036b9f97c9aa48380da0e59c6e5ecdf92f31 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Mon Jan 06 11:58:27 2025 -0800 |
committer | David Benjamin <davidben@google.com> | Mon Jan 06 14:59:43 2025 -0800 |
tree | 32bfcbb69a50e9df16c8fcbaafee71c34f8a47a1 | |
parent | 3cdbf04c19957313f3ba9015dc8ca5d1dbde4549 [diff] |
Remove uses of `strcpy`, `strcat`, and `sprintf`, and handle NULL in some functions. This change reimplements some OpenSSL changes based only on the description of the work in base.h. Change-Id: I1a8b3d2774216c43ab446aa56b31cbb40d58b29d Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/74847 Reviewed-by: David Benjamin <davidben@google.com> Reviewed-by: Bob Beck <bbe@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.
Project links:
To file a security issue, use the Chromium process and mention in the report this is for BoringSSL. You can ignore the parts of the process that are specific to Chromium/Chrome.
There are other files in this directory which might be helpful: