commit | 305e6fb7f75ad48a9ca156a8131b767ac0b1baf0 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Thu Oct 27 18:19:00 2016 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Fri Oct 28 16:43:31 2016 +0000 |
tree | 2688c23c3caadf83cedcab74946a45b3d70328aa | |
parent | 5e393fedef3f0b9daa886a56b2713451d08f35b5 [diff] |
Revise ssl_cipher_get_evp_aead. This is still rather a mess with how it's tied to SSL_AEAD_CTX_new (probably these should get encapsulated in an SSL_AEAD struct), but this avoids running the TLS 1.3 nonce logic on fake AEADs. This is impossible based on cipher version checks, but we shouldn't need to rely on it. It's also a little tidier since out_mac_secret_len is purely a function of algorithm_mac. BUG=chromium:659593 Change-Id: Icc24d43c54a582bcd189d55958e2d232ca2db4dd Reviewed-on: https://boringssl-review.googlesource.com/11842 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Steven Valdez <svaldez@google.com> Commit-Queue: David Benjamin <davidben@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: