Automic VaultAutomic Vault

brew

Installer mbedtls@3 avec Homebrew, apk, MacPorts, pacman, dnf, Nix, apt, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mbedtls@3 pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install mbedtls@3

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install mbedtls3

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add mbedtls3

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S mbedtls3

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

Fedora dnfvérifié · 92%
sudo dnf install mbedtls

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

Nixvérifié · 92%
nix profile install nixpkgs#mbedtls

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

Debian aptvérifié · 92%
sudo apt install libmbedcrypto16

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

Ubuntu aptvérifié · 92%
sudo apt install libmbedcrypto7t64

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

openSUSE zyppervérifié · 92%
sudo zypper install libeverest

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

aperçu

Résumé du paquet

Cryptographic & SSL/TLS library

Commandes et alias

  • 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

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 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.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour mbedtls@3. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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

exécutables

Exécutables installés

CommandeTypeExpositionNote
cipher_aead_democliexécutable global
crypt_and_hashcliexécutable global
dh_clientcliexécutable global
dh_genprimecliexécutable global
dh_servercliexécutable global
ecdh_curve25519cliexécutable global
ecdsacliexécutable global
gen_entropycliexécutable global
gen_keycliexécutable global
gen_random_ctr_drbgcliexécutable global
generic_sumcliexécutable global
key_appcliexécutable global
key_app_writercliexécutable global
mbedtls-benchmarkcliexécutable global
mbedtls-selftestcliexécutable global
md_hmac_democliexécutable global
pk_decryptcliexécutable global
pk_encryptcliexécutable global
pk_signcliexécutable global
pk_verifycliexécutable global
rsa_decryptcliexécutable global
rsa_encryptcliexécutable global
rsa_genkeycliexécutable global
rsa_signcliexécutable global
rsa_sign_psscliexécutable global
rsa_verifycliexécutable global
rsa_verify_psscliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire3.6.7
gestionnaire mis à jour2026-07-07
données localesOK
amontnot checked
dernière version détectéenon détecté

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

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:mbedtls@3
Version3.6.7
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/mbedtls@3
Page d'accueilhttps://www.trustedfirmware.org/projects/mbed-tls/
Dépôthttps://github.com/Mbed-TLS/mbedtls
Docs amonthttps://mbed-tls.readthedocs.io/en/latest
LicenceApache-2.0
Archive sourcehttps://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-3.6.7/mbedtls-3.6.7.tar.bz2
Dernière mise à jour2026-07-07T16:38:54Z
Pulseupdated
Dépendances de compilationcmake
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

MacPorts94%

mbedtls3

sudo port install mbedtls3
  • package manager index match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • package manager index match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • package manager index match
  • Correspondance par : 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 Dépendances
  • package manager index match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • package manager index match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • package manager index match
  • Correspondance par : 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 Dépendances
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • versioned package alias match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • versioned package alias match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • versioned package alias match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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