| commit | e73c7f42813444204b836040a128ba8265abfbf9 | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Wed Aug 17 00:29:33 2016 -0400 |
| committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Aug 17 22:49:14 2016 +0000 |
| tree | f277a66ed74d09d1cd1697939e254bf1111c66dc | |
| parent | e54af069d85877fae4090f19851e689d35dd6190 [diff] |
Flesh out missing TLS 1.3 state machine coverage. The TLS 1.3 state machine is actually less in need of the aggressive state machine coverage tests, but nonetheless, we should cover all handshake shapes. PSK resumption and HelloRetryRequest were missing. We were also accidentally running "DTLS" versions of the TLS 1.3 tests but silently running TLS 1.2. Change-Id: I65db4052b89d770db7e47738e73aaadde9634236 Reviewed-on: https://boringssl-review.googlesource.com/10441 Reviewed-by: Nick Harper <nharper@chromium.org> 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: