commit | 4ad93a8c50451ee4c7cc31ecc49aeb19200a4e78 | [log] [tgz] |
---|---|---|
author | David Benjamin <[email protected]> | Tue Nov 12 11:31:59 2024 -0500 |
committer | Boringssl LUCI CQ <[email protected]> | Wed Nov 13 01:05:34 2024 +0000 |
tree | f0daebad1fdedd9e9ef9e8e3974498e2b1071032 | |
parent | eca12891ed873dc183624f28e4e5442e7bc2f4a2 [diff] |
Exercise SSL_TICKET_AEAD_METHOD in runner We never actually tested it in runner, though I think we did write ssl_test.cc tests. Adding some tests now to prepare for adding and testing some new behavior shortly. Also fix the documentation for SSL_CTX_set_tlsext_ticket_key_cb returning zero in the encrypt case. Change-Id: Ic7b8d51b2433d56cc524f62565946b906d515257 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/73027 Commit-Queue: David Benjamin <[email protected]> Reviewed-by: Adam Langley <[email protected]>
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.
Project links:
To file a security issue, use the Chromium process and mention in the report this is for BoringSSL. You can ignore the parts of the process that are specific to Chromium/Chrome.
There are other files in this directory which might be helpful: