commit | d9cbb5356224bd41000315553c23649fadc5aa44 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Fri Jul 07 13:17:19 2017 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Fri Jul 07 17:43:07 2017 +0000 |
tree | c788cbc951d2a8f0302284d6ce68747e0a4a5096 | |
parent | 2ec3b3154817fbb0a2e6878c9ec605b1854a2bd1 [diff] |
Fix SSL_version on 0-RTT. Like other handshake properties, when in 0-RTT on the client, SSL_version should report the predicted version. This used to work on accident because of how ssl->version got set in handshake_client.c early (and that TLS 1.4 does not exist), but we no longer do that. Change-Id: Ifb63a22b795fe8964ac553844a46040acd5d7323 Reviewed-on: https://boringssl-review.googlesource.com/17664 Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@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: