commit | abe94e3b0da0c9d858bd3d7806687db26865ec60 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sun Sep 04 14:18:58 2016 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Fri Sep 09 16:20:25 2016 +0000 |
tree | e234c8d7e13aa9e433fd980dc2f024ad5ccd1717 | |
parent | 3e5619d121901089e39ad5491de15bb919552a60 [diff] |
Test that SNI warning alerts are ignored. Although RFC 6066 recommends against it, some servers send a warning alert prior to ServerHello on SNI mismatch, and, per spec, TLS 1.2 allows it. We're fine here, but add a test for it. It interacts interestingly with TLS 1.3 forbidding warning alerts because it happens before version negotiation. Change-Id: I0032313c986c835b6ae1aa43da6ee0dad17a97c2 Reviewed-on: https://boringssl-review.googlesource.com/10800 Reviewed-by: Steven Valdez <svaldez@google.com> 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: