Commit fc658eb5 authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

docs: release: Add note on encryption changes



Adds notes on fixes and changes related to encrypted image handling

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent c9fa6088
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
- 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.