mbedtls v3.6.1
- Created
- Updated
An open source, portable, easy to use, readable and flexible SSL library
# 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
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# pthreads
Multi-threading support
Host Dependencies:
one transitive dependency:
- vcpkg-cmake-config (by pthreads )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- lcdtyph
- Force.Charlie-I
- Robert Schumacher
- pravic
- Ehsan
- DDoSolitary
- NancyLi1013
- Phoebe
- Ahmed Yarub Hani Al Nuaimi
- Billy O'Neal
- Eric Kilmer
- Jia Yue Hua
- talregev
- Kai Pastor