Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boot: Add missing boot_enc_init #2002

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

de-nordic
Copy link
Collaborator

The boot_enc_set_key in boot_swap_image, when recovering from reset, has been caled on AES context that has not been initialized.

The boot_enc_set_key in boot_swap_image, when recovering from
reset, has been caled on AES context that has not been
initialized.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Copy link
Collaborator

@nvlsianpu nvlsianpu left a comment

Choose a reason for hiding this comment

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

looks like that this was missing from the beginning.

@nvlsianpu nvlsianpu added the crypto Encryption support label Jul 23, 2024
@nvlsianpu nvlsianpu merged commit 7e3a1ce into mcu-tools:main Jul 23, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Encryption support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants