Skip to content

Commit

Permalink
docs: release: Add note on encryption changes
Browse files Browse the repository at this point in the history
Adds notes on fixes and changes related to encrypted image handling

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jul 24, 2023
1 parent d07ee3c commit d3c962a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/release-notes.d/zephyr-encryption.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Reworked image encryption support for Zephyr, static dummy key files
are no longer in the code, a pem file must be supplied to extract
the private and public keys. The Kconfig menu has changed to only
show a single option for enabling encryption and selecting the key
file.
- Serial recovery can now read and handle encrypted seondary slot
partitions.
- Serial recovery with MBEDTLS no longer has undefined operations which
led to usage faults when the secondary slot image was encrypted.

0 comments on commit d3c962a

Please sign in to comment.