Skip to content

Commit a29db98

Browse files
JordanYatesnashif
authored andcommitted
modules: mbedtls: compile PAKE with PSA
When building with `MBEDTLS_PSA_CRYPTO_C` enabled, compile in the PAKE (Password-authenticated key exchange) implementation. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 470cbe3 commit a29db98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mbedtls/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ zephyr_interface_library_named(mbedTLS)
145145
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_ffdh.c
146146
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_hash.c
147147
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_mac.c
148+
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_pake.c
148149
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_rsa.c
149150
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_se.c
150151
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_storage.c

0 commit comments

Comments
 (0)