安全性
Mbed TLS
从 ESP-IDF v6.0 开始,一些已废弃的 mbedtls 头文件已被移除,例如
esp32/aes.h
、esp32/sha.h
、esp32s2/aes.h
、esp32s2/sha.h
和esp32s2/gcm.h
。请改为分别包含aes/esp_aes.h
、sha/sha_core.h
和aes/esp_aes_gcm.h
。SHA 模块头文件
sha/sha_dma.h
和sha/sha_block.h
也已废弃并被移除,请改为包含sha/sha_core.h
。