mbedtlsv3.6.5
- Updated
An open source, portable, easy to use, readable and flexible SSL library
- Project website: https://www.trustedfirmware.org/projects/mbed-tls/
#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
Apache-2.0 OR GPL-2.0-or-later
#Supported Platforms
All platforms supported.
#Features
No default features.
#pthreads
Multi-threading support
Host Dependencies:
one transitive dependency:
- vcpkg-cmake-config (through pthreads)
#Dependencies
No dependencies.
#Used By
#Host Tool For
No ports use this.
#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
WangWeiLin-MV
toge