commit | 887c300e2518b96a1321bb3027749f416d4844ab | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Jul 08 16:15:32 2016 -0700 |
committer | David Benjamin <davidben@google.com> | Tue Jul 12 18:25:05 2016 +0000 |
tree | c4d123c473d0a2ac3e1477cd10fd8ffbea6dd238 | |
parent | a95e9f3010ab6dcc668d95e90b5b1b69399a53bc [diff] |
Move the key type check from tls12_check_peer_sigalg to ssl_verify_*. ssl_verify_* already ought to be checking this, so there's only a need to check against the configured preferences. Change-Id: I79bc771969c57f953278e622084641e6e20108e3 Reviewed-on: https://boringssl-review.googlesource.com/8698 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: