Securityο
Mbed TLSο
Starting from ESP-IDF v6.0, some already deprecated mbedtls header files like
esp32/aes.h
,esp32/sha.h
,esp32s2/aes.h
,esp32s2/sha.h
andesp32s2/gcm.h
have been removed, instead, you should includeaes/esp_aes.h
,sha/sha_core.h
andaes/esp_aes_gcm.h
respectively.The SHA module headers
sha/sha_dma.h
andsha/sha_block.h
are also deprecated and removed. You should includesha/sha_core.h
instead.