openssl/openssl
General purpose TLS and crypto library 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
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
- readme: https://github.com/openssl/openssl · fetched 2026-08-28 · 0824067aa0ff
- homepage: https://openssl-library.org/ · fetched 2026-08-29 · 34f50bc5c75d
- site_page: https://openssl-library.org/community/getting-started · fetched 2026-08-29 · 7beadb07d720
- site_page: https://openssl-library.org/about/contact · fetched 2026-08-29 · ca19d0bfbd21
- site_page: https://openssl-library.org/about/management · fetched 2026-08-29 · 60eed1c66dc0
- site_page: https://openssl-library.org/about/committers · fetched 2026-08-29 · f06deec296c0
- site_page: https://openssl-library.org/about/sponsors · fetched 2026-08-29 · 89a439843d21
- site_page: https://openssl-library.org/about/bylaws · fetched 2026-08-29 · 4e73dc367660
- site_page: https://openssl-library.org/policies/releasestrat · fetched 2026-08-29 · 512fb465d855
- site_page: https://openssl-library.org/faq · fetched 2026-08-29 · 26d2298fc08a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openssl/openssl | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem