commit | 4c3ddf7ec0b653e959bcdac8f3ce882501b9cc54 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Wed Jun 29 18:13:53 2016 -0400 |
committer | David Benjamin <davidben@google.com> | Wed Jul 06 20:29:21 2016 +0000 |
tree | a87b070e930f4420b256a096b2fc5ba7386fa74c | |
parent | 60edffd2a59a7bb5da88735097d41a827ce8074c [diff] |
Explicitly mark nearly every test at TLS 1.2. In preparation for TLS 1.3 using its actual handshake, switch most tests to TLS 1.3 and add liberal TODOs for the tests which will need TLS 1.3 variants. In doing so, move a few tests from basic tests into one of the groups. Also rename BadECDSACurve to BadECDHECurve (it was never ECDSA) and add a test to make sure FALLBACK_SCSV is correctly sensitive to the maximum version. Change-Id: Ifca6cf8f7a48d6f069483c0aab192ae691b1dd8e Reviewed-on: https://boringssl-review.googlesource.com/8560 Reviewed-by: 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.
There are other files in this directory which might be helpful: