commit | a861460c89f6d63eeb9c384de9a7b1d8fec12bb7 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Wed Sep 06 15:40:19 2017 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Sep 06 20:25:26 2017 +0000 |
tree | 8eb6b51fa06ad6cff5257ee3cb05b5bd9613d82b | |
parent | c0e15d1d9d99bf5f603413e30ea5b6abd87ef9c1 [diff] |
Make SNI per-connection, not per-session. Right now we report the per-connection value during the handshake and the per-session value after the handshake. This also trims our tickets slightly by removing a largely unused field from SSL_SESSION. Putting it on SSL_HANDSHAKE would be better, but sadly a number of bindings-type APIs expose it after the handshake. Change-Id: I6a1383f95da9b1b141b9d6adadc05ee1e458a326 Reviewed-on: https://boringssl-review.googlesource.com/20064 Commit-Queue: David Benjamin <davidben@google.com> 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: