File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -185,3 +185,28 @@ USE_LOCAL_WOLFSSL=/usr/local pip3 install .
185185 * New HAL: raspberry-pi
186186 * New HAL: Xilinx Zynq+
187187 * New HAL: NXP LPC54xx
188+
189+ ### V1.6 (2020-08-25)
190+ * Support for encryption of external partitions
191+ * Support for MPU on ARM Cortex-M platforms
192+ * Support for using an RSA signature that includes ASN.1 encoded header
193+ * Support for bootloader updates from external flash: SPI functions can run from RAM
194+ * Added TPM RSA verify support
195+ * Added option to use software SHA in combination with TPM
196+ * Fix logic in emergency updates
197+ * Fix loop logic in bootloader update
198+ * Fix manifest header boundary checks (prevents parser overflows)
199+ * Improve sanity checks for aligned fields in manifest header
200+ * Add unit tests against manifest header parser
201+ * Fix Ed25519 signing tool
202+ * Fix RSA keygen tool
203+ * wolfTPM integration: improvements and bugfixes
204+ * Fix configuration and documentation for STM32WB
205+ * Fix alignment of trailers in NVM_WRITEONCE mode
206+ * Fix uint16_t index overflow on platforms with very small flash pages
207+ * Fix for building C key tools on windows (Cygwin/MinGW/Visual Studio)
208+ * Fix in LPC driver: correct page alignment in flash write
209+ * Hardware support
210+ * New HAL: Cypress psoc6
211+ * Support for psoc6 Hardware crypto accelerator
212+ * SPI driver: Nordic nRF52
You can’t perform that action at this time.
0 commit comments