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.
 
 
 
 
 
 
Fernando Lobato Meeser 0147d7f283 HPKE DHKEM-P256 BoringSSL Rust 2 months ago
.bcr Sync presubmit.yml with what landed in BCR 3 months ago
.github Update references in the repo to use the main branch 3 months ago
cmake Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
crypto FIPS.md: update wording to align with FRR7. 2 months ago
decrepit Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
docs add some details to releaseing.md 6 months ago
fuzz Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
gen Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
include/openssl Add CBS APIs for fetching an implicitly tagged int64/uint64 fields. 2 months ago
infra/config infra: Use main branch exclusively 3 months ago
pki Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
rust HPKE DHKEM-P256 BoringSSL Rust 2 months ago
ssl Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
third_party Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
tool Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
util util/fipstools: KDA OneStepNoCounter mode support 2 months ago
.bazelignore
.bazelrc Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
.bazelversion Update tools and add a .bazelversion 5 months ago
.clang-format
.gitignore Unfork Chromium's Clang update script 3 months ago
API-CONVENTIONS.md Leave some more breadcrumbs in docs for error-handling 8 months ago
AUTHORS Add SPAKE2+. 3 months ago
BREAKING-CHANGES.md Update references in the repo to use the main branch 3 months ago
BUILD.bazel Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
BUILDING.md Require C++17 4 months ago
CMakeLists.txt Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
CONTRIBUTING.md Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
FUZZING.md
INCORPORATING.md Update references in the repo to use the main branch 3 months ago
LICENSE Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
MODULE.bazel Switch the license to Apache 2.0, matching OpenSSL upstream 2 months ago
MODULE.bazel.lock Bump MODULE.bazel for another snapshot 3 months ago
PORTING.md
PrivacyInfo.xcprivacy
README.md
SANDBOXING.md
STYLE.md
build.json Collapse the modes directory into aes 3 months ago
codereview.settings
go.mod Add a tool to summarize and compare copyright lines 4 months ago
go.sum Update Go deps 4 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:

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: