Automic VaultAutomic Vault

brew

使用 Homebrew, apk, MacPorts, pacman, dnf, Nix, apt, zypper 安装 mbedtls@3

查看 mbedtls@3 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install mbedtls@3

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install mbedtls3

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

Linux

Alpine Linux apk已验证 · 92%
sudo apk add mbedtls3

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

Arch Linux pacman已验证 · 92%
sudo pacman -S mbedtls3

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

Fedora dnf已验证 · 92%
sudo dnf install mbedtls

Fedora Rawhide package metadata · mbedtls · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#mbedtls

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

Debian apt已验证 · 92%
sudo apt install libmbedcrypto16

Debian stable package indexes · libmbedcrypto16 · 来源: deb.debian.org

Ubuntu apt已验证 · 92%
sudo apt install libmbedcrypto7t64

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

openSUSE zypper已验证 · 92%
sudo zypper install libeverest

openSUSE Tumbleweed package metadata · libeverest · 来源: download.opensuse.org

概览

软件包摘要

Cryptographic & SSL/TLS library

命令和别名

  • 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

历史

项目历史与用法

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.

项目历史

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.

采用历史

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.

使用方式

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.

为什么软件包爱好者会关心

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.

时间线

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

安全态势

尚未找到受保护工具覆盖

没有找到 mbedtls@3 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
cipher_aead_democli全局可执行文件
crypt_and_hashcli全局可执行文件
dh_clientcli全局可执行文件
dh_genprimecli全局可执行文件
dh_servercli全局可执行文件
ecdh_curve25519cli全局可执行文件
ecdsacli全局可执行文件
gen_entropycli全局可执行文件
gen_keycli全局可执行文件
gen_random_ctr_drbgcli全局可执行文件
generic_sumcli全局可执行文件
key_appcli全局可执行文件
key_app_writercli全局可执行文件
mbedtls-benchmarkcli全局可执行文件
mbedtls-selftestcli全局可执行文件
md_hmac_democli全局可执行文件
pk_decryptcli全局可执行文件
pk_encryptcli全局可执行文件
pk_signcli全局可执行文件
pk_verifycli全局可执行文件
rsa_decryptcli全局可执行文件
rsa_encryptcli全局可执行文件
rsa_genkeycli全局可执行文件
rsa_signcli全局可执行文件
rsa_sign_psscli全局可执行文件
rsa_verifycli全局可执行文件
rsa_verify_psscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本3.6.7
管理器更新时间2026-07-07
本地数据OK
上游not checked
检测到的最新版本未检测到

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

安装元数据

软件包元数据

软件包键brew:mbedtls@3
版本3.6.7
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/mbedtls@3
主页https://www.trustedfirmware.org/projects/mbed-tls/
仓库https://github.com/Mbed-TLS/mbedtls
上游文档https://mbed-tls.readthedocs.io/en/latest
许可证Apache-2.0
源码归档https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-3.6.7/mbedtls-3.6.7.tar.bz2
最后更新2026-07-07T16:38:54Z
Pulseupdated
构建依赖cmake
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

MacPorts94%

mbedtls3

sudo port install mbedtls3
  • package manager index match
  • 匹配方式: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 依赖
  • 1 提供
  • package manager index match
  • 匹配方式: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 依赖
  • 1 提供
  • package manager index match
  • 匹配方式: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 依赖
  • package manager index match
  • 匹配方式: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 依赖
  • 1 提供
  • package manager index match
  • 匹配方式: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 依赖
  • 3 提供
  • package manager index match
  • 匹配方式: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 依赖
  • versioned package alias match
  • 匹配方式: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 依赖
  • 1 可选依赖
  • versioned package alias match
  • 匹配方式: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 依赖
  • 1 可选依赖
  • versioned package alias match
  • 匹配方式: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 依赖
  • versioned package alias match
  • 匹配方式: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 依赖
  • versioned package alias match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 1 提供
  • versioned package alias match
  • 匹配方式: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 依赖
  • 1 可选依赖
  • versioned package alias match
  • 匹配方式: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 依赖
  • 1 可选依赖
  • versioned package alias match
  • 匹配方式: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 依赖
  • 1 提供
  • versioned package alias match
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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