rust-openssl/rust-openssl
OpenSSL bindings for Rust observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 88
- Longevity 100
Flags: no_license
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: 3.5
- age_days: 4631
- days_rel: 82
- days_push: 8
- n_releases_24m: 29
Adoption not part of the score
1641 stars · 837 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rust bindings to the OpenSSL cryptography and TLS library, exposing its APIs (certificates, keys, hashing, SSL/TLS connections) to Rust programs. It is the de facto standard crate for using OpenSSL from Rust, published on crates.io as `openssl`.
Use cases
- use openssl from rust
- establish tls connections in a rust program
- generate and manage x509 certificates in rust
- hash and sign data with openssl in rust
- wrap an existing c openssl codebase in rust
When to choose
- you need OpenSSL's specific algorithms or FIPS compliance in Rust
- you must interoperate with systems requiring OpenSSL
- you want the most mature, widely used TLS/crypto binding for Rust
When to avoid
- you want a pure-Rust crypto stack with no C dependency (consider rustls/ring)
- you cannot build or link the OpenSSL C library in your environment
- you only need basic hashing or AEAD available in pure-Rust crates
Facets
library · maturity stable
cryptography security sdk security developer-tools programming-languages rust windows cross-platform openssl tls bindings rust-crate ssl linux macos
1 source
- readme: https://github.com/rust-openssl/rust-openssl · fetched 2026-08-28 · c5ddde25c275
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-openssl/rust-openssl | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="rust-openssl/rust-openssl")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem