Automic VaultAutomic Vault

brew

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

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install mbedtls

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install mbedtls

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

Linux

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

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

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

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

Arch Linux sync databases · mbedtls · Source: geo.mirror.pkgbuild.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

  • aead_demo
  • cert_app
  • cert_req
  • cert_write
  • crl_app
  • crypto_examples
  • dtls_client
  • dtls_server
  • generate_random_uuid
  • hmac_demo
  • key_ladder_demo
  • key_ladder_demo.sh
  • load_roots
  • metatest
  • mini_client
  • pem2der
  • psa_constant_names
  • psa_hash
  • query_compile_time_config
  • query_included_headers
  • req_app
  • selftest
  • ssl_client1
  • ssl_client2
  • ssl_context_info
  • ssl_fork_server
  • ssl_mail_client
  • ssl_pthread_server
  • ssl_server
  • ssl_server2
  • strerror
  • udp_proxy

historique

Historique du projet et usages

Mbed TLS is a portable C TLS, DTLS, X.509, and cryptography library now hosted under TrustedFirmware.org, with TF-PSA-Crypto providing its PSA Crypto implementation.

Historique du projet

TrustedFirmware.org presents Mbed TLS and TF-PSA-Crypto together: Mbed TLS implements TLS, DTLS, and X.509 certificate handling, while TF-PSA-Crypto implements the PSA Cryptography API and related driver interfaces. The licensing documentation records the earlier PolarSSL name and says the project is owned by TrustedFirmware.org.

The official GitHub repository describes the library as open source, portable, readable, flexible, and a reference implementation of the PSA Cryptography API. Current releases are made on a roughly three-to-six-month cadence, with the repository tracking dozens of releases.

Historique d'adoption

Mbed TLS is adopted where TLS and crypto need to fit into small systems. TrustedFirmware.org explicitly notes its small code footprint and names TF-A, TF-M, and OP-TEE among its users, placing it in the embedded firmware and secure software supply chain rather than only in server-side TLS stacks.

Modes d'utilisation

Package users typically consume Mbed TLS as C libraries and headers plus example utilities. Build-time feature selection is central to its use: the default configuration is `include/mbedtls/mbedtls_config.h`, and PSA crypto mechanisms can be selected in `tf-psa-crypto/include/psa/crypto_config.h` or overridden with compile-time configuration macros.

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

Mbed TLS is important to package maintainers because small compile-time choices alter ABI surface, algorithm availability, footprint, and security posture. Its examples and utilities also make Homebrew-style packages useful for testing certificates, TLS clients, servers, and cryptographic primitives from the shell.

Chronologie

  • Pre-2015: Project is known as PolarSSL before the Mbed TLS name.
  • 2020: Official mailing-list archive references the transition from PolarSSL-era private history to public Git history.
  • 2026: TrustedFirmware.org lists Mbed TLS with TF-PSA-Crypto and notes users including TF-A, TF-M, and OP-TEE.
  • 2026: GitHub repository lists Mbed TLS 4.1.0 as a latest release.

Related projects

  • PolarSSL, TF-PSA-Crypto, PSA Crypto API, Trusted Firmware-A, Trusted Firmware-M, OP-TEE, OpenSSL, wolfSSL

posture de sécurité

Niveau de risque : blue

broad file, network, media, or database tool signal.

Classificateur de risque

risque blue · confiance moyen · tool

Pourquoi

  • broad file, network, media, or database tool signal

Signaux

  • text:client,server

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.htf-psa-crypto/include/psa/crypto_config.h

exécutables

Exécutables installés

CommandeTypeExpositionNote
aead_democliexécutable global
cert_appcliexécutable global
cert_reqcliexécutable global
cert_writecliexécutable global
crl_appcliexécutable global
crypto_examplescliexécutable global
dtls_clientcliexécutable global
dtls_servercliexécutable global
generate_random_uuidcliexécutable global
hmac_democliexécutable global
key_ladder_democliexécutable global
key_ladder_demo.shcliexécutable global
load_rootscliexécutable global
metatestcliexécutable global
mini_clientcliexécutable global
pem2dercliexécutable global
psa_constant_namescliexécutable global
psa_hashcliexécutable global
query_compile_time_configcliexécutable global
query_included_headerscliexécutable global
req_appcliexécutable global
selftestcliexécutable global
ssl_client1cliexécutable global
ssl_client2cliexécutable global
ssl_context_infocliexécutable global
ssl_fork_servercliexécutable global
ssl_mail_clientcliexécutable global
ssl_pthread_servercliexécutable global
ssl_servercliexécutable global
ssl_server2cliexécutable global
strerrorcliexécutable global
udp_proxycliexécutable global
zeroizecliexé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-25
version du gestionnaire4.2.0
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
Version4.2.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/mbedtls
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-4.2.0/mbedtls-4.2.0.tar.bz2
Dernière mise à jour2026-07-07T16:39:09Z
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
Aliases
  • mbedtls@4
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • 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.

Debian apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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
Nix95%

mbedtls

nix profile install nixpkgs#mbedtls
  • normalized package name 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 apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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 apt95%

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
  • normalized package name 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
Ubuntu apt95%

libmbedx509-1t64 2.28.8-1

lightweight crypto and SSL/TLS library - x509 certificate library

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

sudo apt install libmbedx509-1t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mbedtls
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mbedtls
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbedx509-1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

mbedtls 4.1.0-r0

Light-weight cryptographic and SSL/TLS library

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

sudo apk add mbedtls
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mbedtls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

mbedtls-dev 4.1.0-r0

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

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

sudo apk add mbedtls-dev
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mbedtls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

mbedtls-static 4.1.0-r0

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

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

sudo apk add mbedtls-static
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mbedtls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

mbedtls-utils 4.1.0-r0

Utilities for mbedtls (including gen_key / cert_write)

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

sudo apk add mbedtls-utils
  • License: Apache-2.0 OR GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: mbedtls
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mbedtls
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbedtls-utils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

mbedtls 3.6.6-2.fc45

Light-weight cryptographic and SSL/TLS library

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

sudo dnf install mbedtls
  • License: Apache-2.0 or GPLv2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: mbedtls
  • 2 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Mbedtls
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mbedtls from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

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

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • 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