mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b8718506cd
- While updating to mbedtls release/v3.4.0, building mbedtls/library/psa_crypto.c, clang produced an unreachable-code warning, so added `-Wno-unreachable-code` compile option for clang. - In `mbedtls/v3.4.0`, the ECDSA restartable sign and verify functions (`ecdsa.c`) were made public. - But the `mbedtls_ecdsa_sign_det_restartable` function prototype was declared in the file `ecdsa.h`, only when `MBEDTLS_ECDSA_SIGN_ALT` was not defined. - added a patch in mbedtls library to fix it. |
||
---|---|---|
.. | ||
esp_crt_bundle | ||
mbedtls@f5fca55508 | ||
port | ||
test_apps | ||
CMakeLists.txt | ||
Kconfig |