-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openthread: fix whitelists for prebuild libraries
update TFM whitelist and add CC3XX whitelist for crypto checks when building with prebuilt libs Signed-off-by: Maciej Baczmanski <[email protected]>
- Loading branch information
1 parent
b3c53cf
commit 865c246
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CONFIG_MBEDTLS_AES_DECRYPT_ALT | ||
CONFIG_MBEDTLS_AES_ENCRYPT_ALT | ||
CONFIG_MBEDTLS_AES_SETKEY_DEC_ALT | ||
CONFIG_MBEDTLS_AES_SETKEY_ENC_ALT | ||
CONFIG_MBEDTLS_ECJPAKE_ALT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CONFIG_MBEDTLS_ENTROPY_POLL | ||
CONFIG_MBEDTLS_ENABLE_HEAP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters