Ross ROSS = Recommend OSS · open-source software intelligence for agents

openssl/openssl

General purpose TLS and crypto library observed · 2026-08-28

github.com/openssl/openssl · homepage · C · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 4978
  • days_rel: 8
  • days_push: 7
  • n_releases_24m: 232

Full methodology

Adoption not part of the score

30694 stars · 11410 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

OpenSSL is a full-featured open-source toolkit implementing TLS, DTLS, and QUIC protocols on top of a general-purpose cryptographic library (libcrypto), plus the libssl protocol library and a command-line tool. It includes an FIPS-validated cryptographic module and is the de facto standard crypto library used across the industry.

Use cases

  • generate x.509 certificates and CSRs
  • encrypt and decrypt files from the command line
  • add TLS to a C application
  • test a TLS or QUIC server handshake
  • compute message digests and hashes
  • create self-signed certificates for local development
  • implement FIPS-compliant cryptography
  • debug ssl certificate issues

When to choose

  • you need battle-tested TLS/DTLS/QUIC protocol support in C or any language binding
  • you need a general-purpose crypto library with FIPS validation
  • you need a CLI swiss-army knife for certificates, keys, and encryption
  • you need maximum platform portability and industry-wide audit history

When to avoid

  • you want a modern, memory-safe language crypto library (e.g. RustCrypto, libsodium) for a new project
  • you only need high-level authenticated encryption and a simpler API
  • you need post-quantum-only or specialized crypto not covered by OpenSSL
  • your platform ships a different system TLS stack (e.g. Secure Transport, Schannel) and you prefer native APIs

Facets

library · maturity stable

cryptography security http-server cli networking security developer-tools networking privacy windows bsd cross-platform cli c tls ssl x509 quic fips encryption certificates libcrypto libssl linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
openssl/opensslmain95

For agents

markdown · JSON · MCP: product_card(name="openssl/openssl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem