Skip to content

Commit 920b9fc

Browse files
mswarowskyrlubos
authored andcommitted
[nrf noup] modules: mbedtls: PSA: Add PSA_HAS_PAKE_SUPPORT
!fixup [nrf noup] modules: mbedtls: add PSA configurations Add a Kconfig to collect all the PAKE algorithms. noup as this Kconfig file doesn't exist in upstream zephyr Ref: NCSDK-22416 Signed-off-by: Markus Swarowsky <[email protected]>
1 parent ecb16c7 commit 920b9fc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/mbedtls/Kconfig.psa

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,17 @@ config PSA_WANT_ALG_SRP_PASSWORD_HASH
844844
prompt "PSA SRP password hash support" if !PSA_PROMPTLESS
845845
select EXPERIMENTAL
846846

847+
config PSA_HAS_PAKE_SUPPORT
848+
bool
849+
default y
850+
depends on PSA_WANT_ALG_JPAKE || \
851+
PSA_WANT_ALG_SPAKE2P_HMAC || \
852+
PSA_WANT_ALG_SPAKE2P_CMAC || \
853+
PSA_WANT_ALG_SPAKE2P_MATTER || \
854+
PSA_WANT_ALG_SRP_6 || \
855+
PSA_WANT_ALG_SRP_PASSWORD_HASH
856+
help
857+
Prompt-less configuration that states that PAKE is supported.
847858

848859
config PSA_WANT_ALG_PURE_EDDSA
849860
bool

0 commit comments

Comments
 (0)