aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMoran Peker <moran.peker@arm.com>2018-11-20 18:30:34 +0200
committerMoran Peker <moran.peker@arm.com>2018-11-21 13:28:09 +0200
commit46119565607fed4149b804588629a80b39e91d8e (patch)
treee8a7e15efb1e9bcea989068918c79b7ea99cc870 /configs
parent6b58b2c02a4a527b82887299a29df49875ce50ae (diff)
downloadmbedtls-46119565607fed4149b804588629a80b39e91d8e.zip
mbedtls-46119565607fed4149b804588629a80b39e91d8e.tar.gz
mbedtls-46119565607fed4149b804588629a80b39e91d8e.tar.bz2
Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option
- update configuration requires - update check_config.h to include MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C - update con and config.h
Diffstat (limited to 'configs')
-rw-r--r--configs/config-psa-crypto.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/configs/config-psa-crypto.h b/configs/config-psa-crypto.h
index 27e9ef1..f3a8b72 100644
--- a/configs/config-psa-crypto.h
+++ b/configs/config-psa-crypto.h
@@ -1529,7 +1529,9 @@
*
* Module: library/psa_crypto_storage.c
*
- * Requires: MBEDTLS_PSA_CRYPTO_C, MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
+ * Requires: MBEDTLS_PSA_CRYPTO_C and one of either
+ * MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C or MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
+ * (but not both)
*
*/
#define MBEDTLS_PSA_CRYPTO_STORAGE_C
@@ -1548,6 +1550,19 @@
#define MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
/**
+ * \def MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
+ *
+ * Enable persistent key storage over PSA ITS for the
+ * Platform Security Architecture cryptography API.
+ *
+ * Module: library/psa_crypto_storage_its.c
+ *
+ * Requires: MBEDTLS_PSA_CRYPTO_C, MBEDTLS_PSA_HAS_ITS_IO
+ *
+ */
+//#define MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
+
+/**
* \def MBEDTLS_RIPEMD160_C
*
* Enable the RIPEMD-160 hash algorithm.