File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -717,3 +717,24 @@ Use `make keysclean` to delete keys and regenerate.
717717 * wolfPKCS11 latest
718718 * wolfHSM latest
719719
720+ ### V 2.6.0 - (2025-08-01)
721+ * New hardware targets: PIC32CX and PIC32CZ
722+ * New features:
723+ * Added support for external flash in ELF scattering mode
724+ * Added support for certificate chain verification (ECC/RSA) with wolfHSM client
725+ * Added support for x509 auth with wolfHSM in server mode
726+ * Added support for encrypted updates on Renesas RX (also via TSIP)
727+ * Added support for assembly optimizations for PowerPC 32bit (SHA, AES)
728+ * STM32F4: new clock configuration to support all models, added support for STM32F411
729+ * Bugfixes:
730+ * Fixed unaligned access in Cortex-A5
731+ * Fixed compile flags to properly run code from RAM on ARM
732+ * Use the correct ` VTOR_NS ` register when staging a non-secure image with TrustZone-M
733+ * Removed double-write-after-erase in ` wolfBoot_update_trigger `
734+ * Multiple fixes for STM32H5 running in TrustZone mode
735+ * Updated modules
736+ * wolfSSL v5.8.2+ (a06268f70)
737+ * wolfTPM v3.9.1+ (6cfe800)
738+ * wolfPKCS11: latest (ddeb887)
739+ * wolfHSM: latest (e0b2019)
740+
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ extern "C" {
2929#endif
3030
3131
32- #define LIBWOLFBOOT_VERSION_STRING "2.5 .0"
33- #define LIBWOLFBOOT_VERSION_HEX 0x02050000
32+ #define LIBWOLFBOOT_VERSION_STRING "2.6 .0"
33+ #define LIBWOLFBOOT_VERSION_HEX 0x02060000
3434
3535#ifndef WOLFBOOT_VERSION
3636 #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX
You can’t perform that action at this time.
0 commit comments