Skip to content

Commit

Permalink
[nrf noup] modules: mbedtls: change EXPERIMENTAL flags on PSA featu…
Browse files Browse the repository at this point in the history
…res that are used by Matter and Thread

Thread and Matter use PSA JPAKE and SPAKE2+ APIs underneath.
Don't select `EXPERIMENTAL` flags in these cases.

Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
  • Loading branch information
maciejbaczmanski committed Feb 2, 2024
1 parent 6994d09 commit f817c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -668,12 +668,12 @@ endmenu # PSA Asymmetric support
config PSA_WANT_ALG_JPAKE
bool
prompt "PSA EC J-PAKE support" if !PSA_PROMPTLESS
select EXPERIMENTAL
select EXPERIMENTAL if !NET_L2_OPENTHREAD

config PSA_WANT_ALG_SPAKE2P
bool
prompt "PSA SPAKE2+ support" if !PSA_PROMPTLESS
select EXPERIMENTAL
select EXPERIMENTAL if !CHIP

config PSA_WANT_ALG_SRP_6
bool
Expand Down

0 comments on commit f817c02

Please sign in to comment.