esp-idf/components/mbedtls
harshal.patil c403affd98 mbedtls: fix ci failures for update v3.4.0
- 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.
2023-04-17 12:55:04 +05:30
..
esp_crt_bundle Update common cert authorities csv 2023-03-12 11:00:24 +08:00
mbedtls@f5fca55508 mbedtls: fix ci failures for update v3.4.0 2023-04-17 12:55:04 +05:30
port mbedtls: replace low-level sha apis with md apis in esp_ssl_tls 2023-04-17 12:50:15 +05:30
test_apps mbedtls/ecdsa: Add ECDSA signature generation test 2023-04-07 14:55:21 +05:30
CMakeLists.txt mbedtls: fix ci failures for update v3.4.0 2023-04-17 12:55:04 +05:30
Kconfig mbedtls: Update config options as per release/v3.4.0 2023-04-17 12:50:15 +05:30