mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
feat(mbedtls): Add support for ECDSA signing with TEE secure storage
This commit is contained in:
@@ -584,6 +584,11 @@ menu "mbedTLS"
|
||||
The key should be burnt in little endian format. espefuse.py utility handles it internally
|
||||
but care needs to be taken while burning using esp_efuse APIs
|
||||
|
||||
config MBEDTLS_TEE_SEC_STG_ECDSA_SIGN
|
||||
bool "Enable ECDSA signing using TEE secure storage"
|
||||
default y
|
||||
depends on SECURE_ENABLE_TEE
|
||||
|
||||
menu "Enable Software Countermeasure for ECDSA signing using on-chip ECDSA peripheral"
|
||||
depends on MBEDTLS_HARDWARE_ECDSA_SIGN
|
||||
depends on IDF_TARGET_ESP32H2
|
||||
|
||||
Reference in New Issue
Block a user