Skip to content

Commit

Permalink
[nrf noup] modules: mbedtls: add PSA configurations
Browse files Browse the repository at this point in the history
fixup! [nrf noup] modules: mbedtls: add PSA configurations

PSA_HAS_KEY_AGREEMENT needs to be selected if at least
one of the two key agreement algorithms ECDH/FFDH is enabled.

Ref: NCSDK-26277

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
  • Loading branch information
Vge0rge authored and rlubos committed Mar 22, 2024
1 parent 55663b1 commit 05ff843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,7 @@ menu "PSA Key agreement support"
config PSA_HAS_KEY_AGREEMENT
bool
default y
depends on PSA_WANT_ALG_ECDH
depends on PSA_WANT_ALG_FFDH
depends on PSA_WANT_ALG_ECDH || PSA_WANT_ALG_FFDH
help
Promt-less configuration that states that key agreement is supported.

Expand Down

0 comments on commit 05ff843

Please sign in to comment.