Automic VaultAutomic Vault

brew

mbedtls@3 mit Homebrew, apk, MacPorts, pacman, dnf, Nix, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mbedtls@3 in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install mbedtls@3

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install mbedtls3

MacPorts ports tree · devel/mbedtls3/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add mbedtls3

Alpine Linux edge package indexes · mbedtls3 · Quelle: dl-cdn.alpinelinux.org

Arch Linux pacmanverifiziert · 92%
sudo pacman -S mbedtls3

Arch Linux sync databases · mbedtls3 · Quelle: geo.mirror.pkgbuild.com

Fedora dnfverifiziert · 92%
sudo dnf install mbedtls

Fedora Rawhide package metadata · mbedtls · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#mbedtls

nixpkgs package indexes · pkgs/by-name/mb/mbedtls/package.nix · Quelle: api.github.com

Debian aptverifiziert · 92%
sudo apt install libmbedcrypto16

Debian stable package indexes · libmbedcrypto16 · Quelle: deb.debian.org

Ubuntu aptverifiziert · 92%
sudo apt install libmbedcrypto7t64

Ubuntu 24.04 LTS package indexes · libmbedcrypto7t64 · Quelle: archive.ubuntu.com

openSUSE zypperverifiziert · 92%
sudo zypper install libeverest

openSUSE Tumbleweed package metadata · libeverest · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Cryptographic & SSL/TLS library

Befehle und Aliase

  • cipher_aead_demo
  • crypt_and_hash
  • dh_client
  • dh_genprime
  • dh_server
  • ecdh_curve25519
  • ecdsa
  • gen_entropy
  • gen_key
  • gen_random_ctr_drbg
  • generic_sum
  • key_app
  • key_app_writer
  • mbedtls-benchmark
  • mbedtls-selftest
  • md_hmac_demo
  • pk_decrypt
  • pk_encrypt
  • pk_sign
  • pk_verify
  • rsa_decrypt
  • rsa_encrypt
  • rsa_genkey
  • rsa_sign
  • rsa_sign_pss
  • rsa_verify
  • rsa_verify_pss

Verlauf

Projektgeschichte und Nutzung

Mbed TLS is a C cryptography and SSL/TLS library aimed at embedded and constrained systems, but it is also packaged broadly as a general-purpose TLS stack for Unix-like systems. Homebrew's mbedtls@3 formula tracks the 3.x major series, whose API and configuration model matter to downstream packages that have not moved to later ABI lines.

Projektgeschichte

The project began as PolarSSL and became Mbed TLS under Arm's Mbed ecosystem before moving into the TrustedFirmware.org family. Its official documentation describes a small, portable TLS and cryptography implementation with build-time configuration through headers such as mbedtls_config.h, which is why distribution packages expose both libraries and a set of diagnostic and test command-line programs.

Mbed TLS 3.0.0 was the major compatibility break for the 3.x line: the release removed deprecated APIs and pushed users toward the PSA Crypto interfaces. Later 3.x releases, especially the 3.6 long-term-support branch, became important for packagers because they offered a stable line for applications that needed Mbed TLS 3 rather than the newer major series.

Adoptionsgeschichte

The package is widely present across Unix package managers, including Homebrew, Debian/Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, and openSUSE package names listed in the input metadata. That spread reflects Mbed TLS's role as a dependency for embedded tooling, network software, and projects that want a compact TLS implementation instead of OpenSSL.

For package managers, mbedtls@3 is specifically useful as a parallel-installable major version. It lets downstream formulae and ports continue building against the 3.x ABI while other consumers migrate on their own schedule.

Wie es verwendet wird

Most users consume Mbed TLS as C libraries and headers rather than as an end-user CLI. The installed example and utility programs, such as mbedtls-selftest, mbedtls-benchmark, ssl_client, ssl_server, cert_app, and key_app, are useful for smoke tests, performance checks, and certificate/key experiments.

Configuration is traditionally handled at build time through include/mbedtls/mbedtls_config.h or an alternate MBEDTLS_CONFIG_FILE. That makes the package unusually sensitive to distribution build flags, enabled algorithms, and ABI compatibility.

Warum Paket-Nerds sich dafür interessieren

Mbed TLS is package-nerd relevant because it is both a library dependency and a security-sensitive ABI surface. Its major-versioned Homebrew formula records the practical reality that TLS libraries cannot always be upgraded in lockstep across an ecosystem.

The 3.x line is also a useful marker for the PSA Crypto transition in C cryptography libraries: package maintainers care which consumers use legacy Mbed TLS APIs, which use PSA APIs, and which need LTS security backports.

Zeitleiste

  • 2014: The PolarSSL codebase became Mbed TLS in the Arm Mbed ecosystem.
  • 2021: Mbed TLS 3.0.0 introduced a major API transition and removed deprecated interfaces.
  • 2024: Mbed TLS 3.6 became a long-term-support line for the 3.x series.
  • 2026: Homebrew continues to package the 3.x line separately as mbedtls@3.

Related projects

  • Related TLS and cryptography stacks include OpenSSL, LibreSSL, BoringSSL, wolfSSL, and GnuTLS. Within the same project family, TF-PSA-Crypto is closely related to Mbed TLS's PSA Crypto work.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für mbedtls@3 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
include/mbedtls/mbedtls_config.h

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
cipher_aead_democliglobales Executable
crypt_and_hashcliglobales Executable
dh_clientcliglobales Executable
dh_genprimecliglobales Executable
dh_servercliglobales Executable
ecdh_curve25519cliglobales Executable
ecdsacliglobales Executable
gen_entropycliglobales Executable
gen_keycliglobales Executable
gen_random_ctr_drbgcliglobales Executable
generic_sumcliglobales Executable
key_appcliglobales Executable
key_app_writercliglobales Executable
mbedtls-benchmarkcliglobales Executable
mbedtls-selftestcliglobales Executable
md_hmac_democliglobales Executable
pk_decryptcliglobales Executable
pk_encryptcliglobales Executable
pk_signcliglobales Executable
pk_verifycliglobales Executable
rsa_decryptcliglobales Executable
rsa_encryptcliglobales Executable
rsa_genkeycliglobales Executable
rsa_signcliglobales Executable
rsa_sign_psscliglobales Executable
rsa_verifycliglobales Executable
rsa_verify_psscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version3.6.7
Manager aktualisiert2026-07-07
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/Mbed-TLS/mbedtls

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:mbedtls@3
Version3.6.7
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/mbedtls@3
Homepagehttps://www.trustedfirmware.org/projects/mbed-tls/
Repositoryhttps://github.com/Mbed-TLS/mbedtls
Upstream-Dokumentationhttps://mbed-tls.readthedocs.io/en/latest
LizenzApache-2.0
Quellarchivhttps://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-3.6.7/mbedtls-3.6.7.tar.bz2
Zuletzt aktualisiert2026-07-07T16:38:54Z
Pulseupdated
Build-Abhängigkeitencmake
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namembedtls@3
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

MacPorts94%

mbedtls3

sudo port install mbedtls3
  • package manager index match
  • Abgeglichen nach: Mbedtls3
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/mbedtls3/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
apk92%

mbedtls3 3.6.6-r0

Light-weight cryptographic and SSL/TLS library

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apk add mbedtls3
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls3
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Mbedtls3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls3 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

mbedtls3-dev 3.6.6-r0

Light-weight cryptographic and SSL/TLS library (development files)

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apk add mbedtls3-dev
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls3
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Mbedtls3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls3-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

mbedtls3-static 3.6.6-r0

Light-weight cryptographic and SSL/TLS library (static library)

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apk add mbedtls3-static
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls3
  • 1 Abhängigkeiten
  • package manager index match
  • Abgeglichen nach: Mbedtls3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls3-static from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

mbedtls3-utils 3.6.6-r0

Utilities for mbedtls (including gen_key / cert_write)

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apk add mbedtls3-utils
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls3
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • package manager index match
  • Abgeglichen nach: Mbedtls3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls3-utils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman92%

mbedtls3 3.6.6-1

An open source, portable, easy to use, readable and flexible TLS library

https://tls.mbed.org

sudo pacman -S mbedtls3
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • 3 stellt bereit
  • package manager index match
  • Abgeglichen nach: Mbedtls3
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mbedtls3 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
Debian apt88%

libmbedcrypto16 3.6.5-0.1~deb13u1

lightweight crypto and SSL/TLS library - crypto library

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedcrypto16
  • Section: libs
  • Architecture: amd64
  • Source Package: mbedtls
  • 1 Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbedcrypto16 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

libmbedtls-dev 3.6.5-0.1~deb13u1

lightweight crypto and SSL/TLS library - development files

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedtls-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mbedtls
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbedtls-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

libmbedtls-doc 3.6.5-0.1~deb13u1

lightweight crypto and SSL/TLS library - documentation

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedtls-doc
  • Section: doc
  • Architecture: all
  • Source Package: mbedtls
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbedtls-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

libmbedtls21 3.6.5-0.1~deb13u1

lightweight crypto and SSL/TLS library - tls library

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedtls21
  • Section: libs
  • Architecture: amd64
  • Source Package: mbedtls
  • 3 Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbedtls21 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt88%

libmbedx509-7 3.6.5-0.1~deb13u1

lightweight crypto and SSL/TLS library - x509 certificate library

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedx509-7
  • Section: libs
  • Architecture: amd64
  • Source Package: mbedtls
  • 2 Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbedx509-7 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix88%

mbedtls

nix profile install nixpkgs#mbedtls
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/mb/mbedtls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt88%

libmbedcrypto7t64 2.28.8-1

lightweight crypto and SSL/TLS library - crypto library

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedcrypto7t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mbedtls
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbedcrypto7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt88%

libmbedtls-dev 2.28.8-1

lightweight crypto and SSL/TLS library - development files

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedtls-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: mbedtls
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbedtls-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt88%

libmbedtls-doc 2.28.8-1

lightweight crypto and SSL/TLS library - documentation

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedtls-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: mbedtls
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbedtls-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt88%

libmbedtls14t64 2.28.8-1

lightweight crypto and SSL/TLS library - tls library

https://www.trustedfirmware.org/projects/mbed-tls/

sudo apt install libmbedtls14t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mbedtls
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • versioned package alias match
  • Abgeglichen nach: Mbedtls
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbedtls14t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment