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.
 
 
 
 
 
 
Josip Sokcevic e056f59c7d infra: Support both master and main branches 4 months ago
.bcr Sync presubmit.yml with what landed in BCR 4 months ago
.github acvp: add CMAC-AES support. 5 years ago
cmake Add some missing file headers 4 months ago
crypto Remove ASN1_UTCTIME_cmp_time_t 4 months ago
decrepit Apply OpenSSL's "copyright consolidation" changes 4 months ago
docs add some details to releaseing.md 7 months ago
fuzz Use more span patterns for strings vs bytes 4 months ago
gen Rename foo_extra to foo 4 months ago
include/openssl Remove ASN1_UTCTIME_cmp_time_t 4 months ago
infra/config infra: Support both master and main branches 4 months ago
pki Use more span patterns for strings vs bytes 4 months ago
rust Fix unwrap comment for CBB_init_fixed 4 months ago
ssl Include the extension in the error in ssl_parse_extensions 4 months ago
third_party Add ML-DSA-87 in the FIPS module. 5 months ago
tool Rename foo_extra to foo 4 months ago
util util/fipstools: update RSA sigGen cmd args docs 4 months ago
.bazelignore Add a standalone Bazel build 1 year ago
.bazelrc Don't impose Werror on users of BoringSSL 5 months ago
.bazelversion Update tools and add a .bazelversion 6 months ago
.clang-format Use InsertBraces - and reformat pki as such 2 years ago
.gitignore Unfork Chromium's Clang update script 4 months ago
API-CONVENTIONS.md Leave some more breadcrumbs in docs for error-handling 8 months ago
AUTHORS Add SPAKE2+. 4 months ago
BREAKING-CHANGES.md acvp: add CMAC-AES support. 5 years ago
BUILD.bazel Start maintaining an AUTHORS file 5 months ago
BUILDING.md Require C++17 5 months ago
CMakeLists.txt Add some missing file headers 4 months ago
CONTRIBUTING.md Start maintaining an AUTHORS file 5 months ago
FUZZING.md Update docs to recommend a much more convenient CMake invocation 2 years ago
INCORPORATING.md Prepare to tag 0.20240913.0 as the first periodic snapshot 8 months ago
LICENSE Start maintaining an AUTHORS file 5 months ago
MODULE.bazel Bump MODULE.bazel for another snapshot 4 months ago
MODULE.bazel.lock Bump MODULE.bazel for another snapshot 4 months ago
PORTING.md Make BoringSSL initialization-less 11 months ago
PrivacyInfo.xcprivacy Add a PrivacyInfo plist file 1 year ago
README.md Update README with new bugtracker links 9 months ago
SANDBOXING.md Use relative links in markdown files 1 year ago
STYLE.md acvp: add CMAC-AES support. 5 years ago
build.json Rename foo_extra to foo 4 months ago
codereview.settings acvp: add CMAC-AES support. 5 years ago
go.mod Add a tool to summarize and compare copyright lines 4 months ago
go.sum Update Go deps 5 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: