# google/boringssl

Mirror of BoringSSL

Repository: https://github.com/google/boringssl
Canonical: https://ross.abutalabs.com/products/boringssl
Homepage: https://boringssl.googlesource.com/boringssl
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T15:50:16+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 3834, "days_push": 7, "days_rel": 19, "gap_med": 24, "n_releases_24m": 28}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2262, forks 897 (observed 2026-08-28T04:06:31.854012+00:00)

## What it is
BoringSSL is Google's fork of OpenSSL, serving as the TLS/SSL library in Chrome, Chromium, and Android. It is open source but explicitly not intended for general third-party use, with no API or ABI stability guarantees.

## Use cases
- implement TLS in a Chromium-based browser
- need an SSL library for an Android system component
- port OpenSSL-based code to Google's TLS stack
- fuzz and audit a TLS implementation for security research
- vendor a TLS library into a project that tracks upstream changes

## When to choose
- you are Google or a project already integrated with BoringSSL
- you can vendor and update your own copy of the library
- you need the exact TLS stack used by Chrome/Android

## When to avoid
- you want a general-purpose TLS library with stable APIs
- you are a third party starting a new project (use OpenSSL, LibreSSL, or rustls instead)
- you rely on ABI stability across versions

## Facets
- artifact type: library
- maturity: active
- function: cryptography, security, http-server
- domain: security, developer-tools, web-development
- platform: cpp, c, cross-platform
- tags: tls, ssl, openssl-fork, google, chrome, no-api-stability, android

## Member repositories
- google/boringssl (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:31.854012+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:42:31.524615+00:00, confidence not recorded.
  - readme: https://github.com/google/boringssl (fetched 2026-08-28T04:06:31.854012+00:00, sha ab4da8ddc829)
  - homepage: https://boringssl.googlesource.com/boringssl (fetched 2026-08-29T10:23:02.497519+00:00, sha fd45cd2ddb6a)
  - site_page: https://boringssl.googlesource.com/boringssl/+/HEAD/docs/advisories (fetched 2026-08-29T10:23:02.506329+00:00, sha 50d0c63e84aa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
