commit | 96e744c176328b51239df6e48a8a590e4949e6c8 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue Mar 14 01:12:02 2017 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Mar 22 18:30:24 2017 +0000 |
tree | a417a84fcb37abcb75ded08367ed7a1c4abacbf2 | |
parent | 9292632c8d4c65866d3cfad7eea60b84051b02b6 [diff] |
Decouple PKCS#5 cipher lookup from OID table. We still need to expose a suitable API for Chromium to consume, but the core implementation itself should now be ready. The supported cipher list is based on what EVP_get_cipherbynid currently supports, excluding the entries which don't have OIDs. BUG=54 Change-Id: I3befca0a34b330ec1f663a029a8fbf049a4406bd Reviewed-on: https://boringssl-review.googlesource.com/14212 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: