aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2020-06-03 17:30:18 +0800
committerDavid Hu <david.hu@arm.com>2020-06-22 07:04:03 +0000
commitfa5a75a6b6407976d9288ed79b26cd0a0c2ac53c (patch)
tree8510b2ceb362657a153f19a936179c465618ef0a /configs
parent528aca21c9cfeca7e9ee6b4d99a878ab77902516 (diff)
downloadtrusted-firmware-m-fa5a75a6b6407976d9288ed79b26cd0a0c2ac53c.tar.gz
Configs: Enable PSA key derivation in Profile Small
It is more resaonable to execute the whole TLS-PSK key derivation inside SPE. Enable PSA key derivation interface in Profile Small. Update the design document accordingly. Change-Id: Ie84dce2f70dbf538661528f877762400ba98d651 Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/ConfigDefaultProfileS.cmake1
-rw-r--r--configs/ConfigRegressionProfileS.cmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/ConfigDefaultProfileS.cmake b/configs/ConfigDefaultProfileS.cmake
index 82740442d8..772eab1fce 100644
--- a/configs/ConfigDefaultProfileS.cmake
+++ b/configs/ConfigDefaultProfileS.cmake
@@ -50,7 +50,6 @@ set(ITS_BUF_SIZE 32)
# Enable Crypto service
set(TFM_PARTITION_CRYPTO ON)
set(CRYPTO_ASYMMETRIC_MODULE_DISABLED ON)
-set(CRYPTO_KEY_DERIVATION_MODULE_DISABLED ON)
# Set the dedicated mbed-crypto default config file
set(MBEDTLS_CONFIG_FILE "tfm_profile_s_mbedcrypto_config.h")
diff --git a/configs/ConfigRegressionProfileS.cmake b/configs/ConfigRegressionProfileS.cmake
index 84576720cc..51324fe30f 100644
--- a/configs/ConfigRegressionProfileS.cmake
+++ b/configs/ConfigRegressionProfileS.cmake
@@ -53,7 +53,6 @@ set(ITS_BUF_SIZE 32)
# Enable Crypto service
set(TFM_PARTITION_CRYPTO ON)
set(CRYPTO_ASYMMETRIC_MODULE_DISABLED ON)
-set(CRYPTO_KEY_DERIVATION_MODULE_DISABLED ON)
# Set the dedicated mbed-crypto default config file
set(MBEDTLS_CONFIG_FILE "tfm_profile_s_mbedcrypto_config.h")