Jamie McCrae | fc658eb | 2023-07-21 12:56:27 +0100 | [diff] [blame] | 1 | - Reworked image encryption support for Zephyr, static dummy key files |
| 2 | are no longer in the code, a pem file must be supplied to extract |
| 3 | the private and public keys. The Kconfig menu has changed to only |
| 4 | show a single option for enabling encryption and selecting the key |
| 5 | file. |
| 6 | - Serial recovery can now read and handle encrypted seondary slot |
| 7 | partitions. |
| 8 | - Serial recovery with MBEDTLS no longer has undefined operations which |
| 9 | led to usage faults when the secondary slot image was encrypted. |