-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pal: on dev cert support secure keys
[KRKNWK-19108] Signed-off-by: Krzysztof Taborowski <[email protected]>
- Loading branch information
1 parent
1bbcc23
commit 2aed5b4
Showing
11 changed files
with
300 additions
and
66 deletions.
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
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
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
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
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
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
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
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,17 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
config PSA_USE_CC3XX_KEY_AGREEMENT_DRIVER | ||
default n if SOC_NRF52840 || SOC_NRF5340_CPUAPP | ||
|
||
config PSA_USE_CC3XX_ASYMMETRIC_SIGNATURE_DRIVER | ||
default n if SOC_NRF52840 || SOC_NRF5340_CPUAPP | ||
|
||
config PSA_USE_CC3XX_ASYMMETRIC_ENCRYPTION_DRIVER | ||
default n if SOC_NRF52840 || SOC_NRF5340_CPUAPP | ||
|
||
config PSA_USE_CC3XX_KEY_MANAGEMENT_DRIVER | ||
default n if SOC_NRF52840 || SOC_NRF5340_CPUAPP |
7 changes: 7 additions & 0 deletions
7
tests/functional/crypto_keys/boards/nrf54l15pdk_nrf54l15_cpuapp_0_3_0.conf
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,7 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
CONFIG_SOC_FLASH_NRF_TIMEOUT_MULTIPLIER=100 |
Oops, something went wrong.