Registry / crypto / mbedtls

mbedtls

JSON →
library3.6.4vcpkgunverified

An open source, portable, easy to use, readable and flexible SSL library.

vcpkg install mbedtls
INSTALL
IMPORT
SIG · MBEDTLS
M
mbedtls
cryptocppv3.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mbedtls/ssl.h
#include <mbedtls/ssl.h>

Initialize and free an SSL context

#include "mbedtls/ssl.h" #include "mbedtls/entropy.h" #include "mbedtls/ctr_drbg.h" int main() { mbedtls_ssl_context ssl; mbedtls_ssl_init(&ssl); mbedtls_ssl_free(&ssl); return 0; }
Debug
Known issues
gotchaMbed TLS has two APIs: low-level and high-level; mixing them can cause issues.
fix
Stick to one API style per project.
affects: all
Upgrade
Version history
3.6.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

mbedtls — pip install mbedtls · libregistry