File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ config MBEDTLS_PSA_KEY_STORE_DYNAMIC
8282 This option is incompatible with nrf_security when builtin keys are being used.
8383 Since the builtin keys are considered an integral part of nrf_security this option
8484 should not be enabled.
85+ This option is not forwarded to the header files of nrf_security and it is kept
86+ here only for visibility. The PSA key store design defines the hydrid key store
87+ implicitely when both this option and the option regarding the static key slots
88+ are disabled so it is valuable in the build to see that this is disabled.
8589
8690config MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
8791 int "PSA static key slot buffer size in bytes"
Original file line number Diff line number Diff line change @@ -465,7 +465,6 @@ kconfig_check_and_set_base_to_one(MBEDTLS_PSA_CRYPTO_DRIVERS)
465465kconfig_check_and_set_base_int(MBEDTLS_PSA_KEY_SLOT_COUNT)
466466kconfig_check_and_set_base_to_one(MBEDTLS_PSA_STATIC_KEY_SLOTS)
467467kconfig_check_and_set_base_int(MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE)
468- kconfig_check_and_set_base_to_one(MBEDTLS_PSA_KEY_STORE_DYNAMIC)
469468
470469# Generate the PSA config file (default nrf-psa-crypto-config.h)
471470configure_file (${NRF_SECURITY_ROOT} /configs/psa_crypto_config.h.template
Original file line number Diff line number Diff line change 460460#cmakedefine MBEDTLS_PSA_KEY_SLOT_COUNT @MBEDTLS_PSA_KEY_SLOT_COUNT@
461461#cmakedefine MBEDTLS_PSA_STATIC_KEY_SLOTS @MBEDTLS_PSA_STATIC_KEY_SLOTS@
462462#cmakedefine MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE @MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE@
463- #cmakedefine MBEDTLS_PSA_KEY_STORE_DYNAMIC @MBEDTLS_PSA_KEY_STORE_DYNAMIC@
464463
465464#include <oberon_check_unsupported.h>
466465
You can’t perform that action at this time.
0 commit comments