1. Home
  2. Browse
  3. mbedtls

mbedtls

v3.6.1#0Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install mbedtls

Usage

mbedtls provides CMake targets:

find_package(MbedTLS CONFIG REQUIRED)

# everything

target_link_libraries(main PRIVATE MbedTLS::mbedtls)

# X.509 certificate manipulation

target_link_libraries(main PRIVATE MbedTLS::mbedx509)

# cryptographic primitives

target_link_libraries(main PRIVATE MbedTLS::mbedcrypto)

mbedtls provides pkg-config modules:

# everything

mbedtls

# X.509 certificate manipulation

mbedx509

# cryptographic primitives

mbedcrypto

Features

Dependencies

See source

Version

v3.6.1#0

Publication

Supports

All

GitHub

Mbed-TLS/mbedtls

Homepage

trustedfirmware.org/projects/mbed-tls

Subtree

15958906f3

License

Apache-2.0orGPL-2.0-or-later

Definition

Manifest