# mbedtls_demo **Repository Path**: code4lala/mbedtls_demo ## Basic Information - **Project Name**: mbedtls_demo - **Description**: mbedtls_demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-29 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README run ``` sh git clone https://gitee.com/mirrors/mbedtls rmdir mbedtls/framework git clone https://github.com/Mbed-TLS/mbedtls-framework mbedtls/framework rmdir mbedtls/tf-psa-crypto git clone https://github.com/Mbed-TLS/TF-PSA-Crypto mbedtls/tf-psa-crypto rmdir mbedtls/tf-psa-crypto/framework cp -r mbedtls/framework mbedtls/tf-psa-crypto/framework pushd mbedtls cmake -B build -G Ninja -DUSE_SHARED_MBEDTLS_LIBRARY=On . cmake --build build popd cmake -B build -G Ninja -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1 cmake --build build ./build/mbed_test ```