| commit | 53210cb48e57f940788ca919951defe331f708bc | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Wed Nov 16 09:01:48 2016 +0900 |
| committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Nov 16 00:20:09 2016 +0000 |
| tree | 65f319ca59547d3a7ee93bef09ed62c49bb351ae | |
| parent | ea80f9d5df4c302de391e999395e1c87f9c786b3 [diff] |
Do not send unsolicited SCTs in TLS 1.3. The draft 18 implementation did not compute scts_requested correctly. As a result, it always believed SCTs were requested. Fix this and add tests for unsolicited OCSP responses and SCTs at all versions. Thanks to Daniel Hirche for the report. Change-Id: Ifc59c5c4d7edba5703fa485c6c7a4055b15954b4 Reviewed-on: https://boringssl-review.googlesource.com/12305 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: 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: