commit | 913c14be725d9c9081b24ba1a2b81d14a3e8a179 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Jul 03 13:26:39 2025 -0400 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 03 11:59:58 2025 -0700 |
tree | 0a437c87da9d461cc704313e6c56b176cd62fe04 | |
parent | ae4cde94431584cf4dfacbda893582ae87bb8599 [diff] |
Make BN_MONT_CTX opaque This matches upstream OpenSSL. No code seems to be reaching into the struct from what I can tell. (There also are barely any public APIs that would make reaching into BN_MONT_CTX useful.) Update-Note: Matching OpenSSL, BN_MONT_CTX's internals are no longer publicly accessible. Change-Id: I500d3e1233e21dcdbf7a0ccac8a972ac5a028742 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/80227 Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com> Auto-Submit: David Benjamin <davidben@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: