Mirror of BoringSSL (grpc依赖) https://boringssl.googlesource.com/boringssl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Benjamin 13aa273386 Fix the "-with-bazel" branches 6 months ago
.github acvp: add CMAC-AES support. 4 years ago
cmake Make Go an optional build dependency for the CMake build 8 months ago
crypto Don't bother checking for NULL pointers in AES key schedule assembly 6 months ago
decrepit Switch EVP_CIPHERs to C99 initializers 8 months ago
fuzz Fuzz more extension parsers in the cert parser 11 months ago
gen Don't bother checking for NULL pointers in AES key schedule assembly 6 months ago
include/openssl Expose the FIPS module hash at build- and run-time. 6 months ago
pki Add verify.cc and verify.h as top level public API. 6 months ago
rust Add re-exports for making inline functions available 6 months ago
ssl More ECH certificates 6 months ago
third_party use AT&T syntax in fiat_p256_adx 6 months ago
tool Re-apply dilithium and make it work with a limited stack 6 months ago
util Fix the "-with-bazel" branches 6 months ago
.bazelignore Add a standalone Bazel build 7 months ago
.bazelrc Add a standalone Bazel build 7 months ago
.clang-format Use InsertBraces - and reformat pki as such 12 months ago
.gitignore Add a standalone Bazel build 7 months ago
API-CONVENTIONS.md Discuss pointer rules in even more detail in API-CONVENTIONS 7 months ago
BREAKING-CHANGES.md acvp: add CMAC-AES support. 4 years ago
BUILD.bazel Add a standalone Bazel build 7 months ago
BUILDING.md Make Go an optional build dependency for the CMake build 8 months ago
CMakeLists.txt Make Go an optional build dependency for the CMake build 8 months ago
CONTRIBUTING.md Add bbe@ to list of reviewers 2 years ago
FUZZING.md Update docs to recommend a much more convenient CMake invocation 2 years ago
INCORPORATING.md Use relative links in markdown files 12 months ago
LICENSE Add optimised Aarch64 GCM. 2 years ago
MODULE.bazel Make googletest a full dependency, not a dev_dependency 7 months ago
MODULE.bazel.lock Fix the Bazel build 6 months ago
PORTING.md Remove d2i_FOO object reuse 2 years ago
PrivacyInfo.xcprivacy Add a PrivacyInfo plist file 8 months ago
README.md See whether relative links work for the documentation. 2 years ago
SANDBOXING.md Use relative links in markdown files 12 months ago
STYLE.md acvp: add CMAC-AES support. 4 years ago
build.json Add edge-case tests for Dilithium, and fix a bug that sneaked in with 6 months ago
codereview.settings acvp: add CMAC-AES support. 4 years ago
go.mod Use slices.Contains in ssl/test/runner 8 months ago
go.sum Update Go dependencies 10 months ago

README.md

BoringSSL

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:

There are other files in this directory which might be helpful: