macOS
brew install mbedtlsprovider-native install command
brew / rank 262
Cryptographic & SSL/TLS library. Version 4.2.0 via Homebrew; verified 2026-07-07.
install
brew install mbedtlsprovider-native install command
overview
Cryptographic & SSL/TLS library
history
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.
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.
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.
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.
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
include/mbedtls/mbedtls_config.htf-psa-crypto/include/psa/crypto_config.hexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
aead_demo | executable | indexed executable | Discovered from the local executable index. |
cert_app | executable | indexed executable | Discovered from the local executable index. |
cert_req | executable | indexed executable | Discovered from the local executable index. |
cert_write | executable | indexed executable | Discovered from the local executable index. |
crl_app | executable | indexed executable | Discovered from the local executable index. |
crypto_examples | executable | indexed executable | Discovered from the local executable index. |
dtls_client | executable | indexed executable | Discovered from the local executable index. |
dtls_server | executable | indexed executable | Discovered from the local executable index. |
generate_random_uuid | executable | indexed executable | Discovered from the local executable index. |
hmac_demo | executable | indexed executable | Discovered from the local executable index. |
key_ladder_demo | executable | indexed executable | Discovered from the local executable index. |
key_ladder_demo.sh | executable | indexed executable | Discovered from the local executable index. |
load_roots | executable | indexed executable | Discovered from the local executable index. |
metatest | executable | indexed executable | Discovered from the local executable index. |
mini_client | executable | indexed executable | Discovered from the local executable index. |
pem2der | executable | indexed executable | Discovered from the local executable index. |
psa_constant_names | executable | indexed executable | Discovered from the local executable index. |
psa_hash | executable | indexed executable | Discovered from the local executable index. |
query_compile_time_config | executable | indexed executable | Discovered from the local executable index. |
query_included_headers | executable | indexed executable | Discovered from the local executable index. |
req_app | executable | indexed executable | Discovered from the local executable index. |
selftest | executable | indexed executable | Discovered from the local executable index. |
ssl_client1 | executable | indexed executable | Discovered from the local executable index. |
ssl_client2 | executable | indexed executable | Discovered from the local executable index. |
ssl_context_info | executable | indexed executable | Discovered from the local executable index. |
ssl_fork_server | executable | indexed executable | Discovered from the local executable index. |
ssl_mail_client | executable | indexed executable | Discovered from the local executable index. |
ssl_pthread_server | executable | indexed executable | Discovered from the local executable index. |
ssl_server | executable | indexed executable | Discovered from the local executable index. |
ssl_server2 | executable | indexed executable | Discovered from the local executable index. |
strerror | executable | indexed executable | Discovered from the local executable index. |
udp_proxy | executable | indexed executable | Discovered from the local executable index. |
zeroize | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:mbedtls |
|---|---|
| Version | 4.2.0 |
| Package manager | Homebrew |
| Homepage | https://www.trustedfirmware.org/projects/mbed-tls/ |
| Repository | https://github.com/Mbed-TLS/mbedtls |
| Last updated | 2026-07-07T16:39:09Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.