# mesalock-linux/mesalink

OpenSSL compatibility layer for the Rust SSL/TLS stack

Repository: https://github.com/mesalock-linux/mesalink
Canonical: https://ross.abutalabs.com/products/mesalink
Homepage: https://mesalink.io
Language: Rust
License: NOASSERTION
License Family: other
Topics: tls, rust
Last push: 2021-03-09T17:17:43+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3086, "days_push": 2003, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1483, forks 67 (observed 2026-08-28T04:04:51.216901+00:00)

## What it is
MesaLink is a memory-safe TLS library written in Rust that provides an OpenSSL-compatible C API, implemented on top of rustls, webpki, and ring. It lets existing C/C++ applications linked against OpenSSL switch to a Rust-based TLS backend with minimal code changes.

## Use cases
- replace OpenSSL with a memory-safe TLS implementation
- add TLS support to a C/C++ application without OpenSSL
- use rustls from C code via an OpenSSL-compatible API
- secure curl or RPC frameworks with a Rust TLS backend
- reduce memory-safety vulnerabilities in TLS termination

## When to choose
- you maintain C/C++ software that links against OpenSSL and want memory-safe TLS
- you want rustls's security guarantees without rewriting your application in Rust

## When to avoid
- you need a actively maintained project - the last release was in 2021 and development has stalled
- you are writing pure Rust and can use rustls directly
- you need the full OpenSSL feature set, as only a subset of the API is implemented

## Facets
- artifact type: library
- maturity: abandoned
- function: security, cryptography, http-server
- domain: security, networking, developer-tools
- platform: windows, rust, cpp, cross-platform
- tags: tls, openssl-compatibility, rustls, memory-safety, ssl, linux, macos

## Member repositories
- mesalock-linux/mesalink (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:51.216901+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-30T04:34:03.550249+00:00, confidence not recorded.
  - readme: https://github.com/mesalock-linux/mesalink (fetched 2026-08-28T04:04:51.216901+00:00, sha ac3a66296d4e)
  - homepage: https://mesalink.io (fetched 2026-08-29T11:40:33.010855+00:00, sha 5508e99fc5ed)
  - registry_crates: https://crates.io/api/v1/crates/mesalink (fetched 2026-08-29T11:40:33.013558+00:00, sha 9a16a271d44c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
