mirror of https://github.com/ARMmbed/mbed-os.git
Update adjust-config.sh to enable persistent keys
In adjust-config.h, set and unset Mbed Crypto storage configuration options in order to use persistent keys with PSA ITS storage.pull/8859/head
parent
15945687bc
commit
b85db484b0
|
@ -140,3 +140,8 @@ conf unset MBEDTLS_SSL_TRUNCATED_HMAC
|
|||
|
||||
conf unset MBEDTLS_PLATFORM_TIME_TYPE_MACRO
|
||||
|
||||
# The following configurations are a needed for Mbed Crypto submodule.
|
||||
# They are related to the persistent key storage feature.
|
||||
conf set MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||
conf set MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
|
||||
conf unset MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
|
||||
|
|
Loading…
Reference in New Issue