commit | 7f0965a66d8e2c0ecdd87b63e4850d5b9ec7a670 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Sep 30 15:14:01 2016 -0400 |
committer | Adam Langley <agl@google.com> | Mon Oct 03 18:26:19 2016 +0000 |
tree | f71611db8bad1c1c20d089b399b1edb9a8b7230f | |
parent | f139c9957c97ce1ee02da79d5ebb40785a2efb51 [diff] |
Check versions before trying to send KeyUpdate. Otherwise we panic. Thanks to EKR for reporting. Change-Id: Ie4b6c2e18e1c77c7b660ca5d4c3bafb38a82cb6a Reviewed-on: https://boringssl-review.googlesource.com/11405 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@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: