Automic VaultAutomic Vault

brew

mbedtls@3 を Homebrew, apk, MacPorts, pacman, dnf, Nix, apt, zypper でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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