Skip to content

Conversation

ahasztag
Copy link
Contributor

This commit adds changes which are necessary to support the AES256 encryption algorithm in mcuboot.

Upstream PR #: 93809

@ahasztag ahasztag force-pushed the NCSDK-34141_aes256_support branch from 2b80d52 to 2b594f0 Compare July 29, 2025 10:53
if(SB_CONFIG_BOOT_ENCRYPTION_ALG_AES_128)
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_MCUBOOT_ENCRYPTION_ALG_AES_128 y)
elseif(SB_CONFIG_BOOT_ENCRYPTION_ALG_AES_256)
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_MCUBOOT_ENCRYPTION_ALG_AES_256 y)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahasztag ahasztag force-pushed the NCSDK-34141_aes256_support branch 3 times, most recently from fdf79c2 to f7656a3 Compare August 7, 2025 08:04
@ahasztag ahasztag force-pushed the NCSDK-34141_aes256_support branch from f7656a3 to 2e10559 Compare August 13, 2025 12:20
This commit adds changes which are necessary to support
the AES256 encryption algorithm in mcuboot.

Signed-off-by: Artur Hadasz <[email protected]>
(cherry picked from commit 9a1fe30)
… in bootloader

In some cases this resulted in the device not booting.

Signed-off-by: Artur Hadasz <[email protected]>
(cherry picked from commit b43ce97)
@ahasztag ahasztag force-pushed the NCSDK-34141_aes256_support branch from a3ae042 to f501636 Compare August 18, 2025 08:59
@nordicjm nordicjm merged commit 51f0b2c into nrfconnect:main Aug 19, 2025
18 checks passed
@ahasztag ahasztag deleted the NCSDK-34141_aes256_support branch September 17, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants