From 8062462688af17351a5f8dc9d9ed105f0da44da9 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Mon, 19 Jul 2021 15:20:45 +0200 Subject: [PATCH] Prepare release 1.8 --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b37ada..e57595dd 100644 --- a/README.md +++ b/README.md @@ -236,5 +236,18 @@ USE_LOCAL_WOLFSSL=/usr/local pip3 install . * SPI driver: STM32L0x3 * Uart driver: STM32L0x3 +### V1.8 (2021-07-19) + * Use SP math for RSA4096 + * Updated RSA to use inline operation and disable OAEP padding + * Memory model: removed dependency on XMALLOC/XFREE for ECC and RSA operations + * Added option WOLFBOOT_SMALL_STACK with hardcoded compile-time buffers + * Added option SIGN=NONE to disable secure boot at compile time + * Fix self-update documentation + * Added test cases for configuration option combinations + * Hardware support + * New ARCH: PowerPC + * New ARCH: ARM Cortex-R + * New HAL: NXP T2080 + * New HAL: TI TMS570LC435 + * STM32H7: Correct BANK2 offset -