commit | fe36672bf5baa3d407be2a6fb61ed9d9c1cc6dc4 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Tue Mar 07 16:41:04 2017 -0800 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Mar 08 01:09:42 2017 +0000 |
tree | 2030efc9c7a060acdf0b4f07bffb108a76192e9f | |
parent | 0cade989e7e36165cd9213a701c9f10a5afd5d21 [diff] |
Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake. Previously, the |CRYPTO_BUFFER|-based methods always rejected certificate chains because none of the current callbacks is suitable to use. In the medium-term, we want an async callback for this but, for now, we would like to get Chromium working. Chromium already installs a no-op callback (except for the logic that was moved into BoringSSL in a58baaf9e68f887a9e1daf88cb25d911a376851f) and so this hack will suffice for Chromium. Change-Id: Ie44b7b32b9e42f503c47b072e958507754136d72 Reviewed-on: https://boringssl-review.googlesource.com/14125 Commit-Queue: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.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: