We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1594568 commit b85db48Copy full SHA for b85db48
features/mbedtls/importer/adjust-config.sh
@@ -140,3 +140,8 @@ conf unset MBEDTLS_SSL_TRUNCATED_HMAC
140
141
conf unset MBEDTLS_PLATFORM_TIME_TYPE_MACRO
142
143
+# The following configurations are a needed for Mbed Crypto submodule.
144
+# They are related to the persistent key storage feature.
145
+conf set MBEDTLS_PSA_CRYPTO_STORAGE_C
146
+conf set MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
147
+conf unset MBEDTLS_PSA_CRYPTO_STORAGE_FILE_C
0 commit comments