esp-idf/components/mbedtls
Mahavir Jain a2de1ca576
fix(mbedtls): link esp-cryptoauthlib to mbedcrypto library
If the certificate bundle feature is disabled then the mbedtls
component library becomes interface only component and hence
adding esp-cryptoauthlib as its PRIVATE dependency does not work.

Instead the esp-cryptoauthlib should be added as PRIVATE dependency
for mbedcrypto library (for alternate ECDSA implementation).
2024-08-09 15:30:35 +05:30
..
esp_crt_bundle change(mbedtls/crt_bundle): Update esp_crt_bundle certificates 2024-07-03 16:01:50 +05:30
mbedtls@72aa687352 feat(mbedtls): updated mbedtls version from 3.5.2 to 3.6.0 2024-04-18 14:11:02 +05:30
port Merge branch 'fix/avoid_extra_c2m_msync_in_aes_driver' into 'master' 2024-08-08 17:04:14 +08:00
test_apps Merge branch 'feature/remove_aes_rsa_ds_hmac_spport_for_c61' into 'master' 2024-08-08 17:15:06 +08:00
CMakeLists.txt fix(mbedtls): link esp-cryptoauthlib to mbedcrypto library 2024-08-09 15:30:35 +05:30
Kconfig fix: Fixed build errors with TLS 1.3 only configuration 2024-07-24 13:31:07 +05:30