@@ -685,3 +685,35 @@ Use `make keysclean` to delete keys and regenerate.
685685 * wolfPKCS11 latest
686686 * wolfHSM latest
687687
688+ ### V 2.5.0 - (2025-05-05)
689+ * New hardware targets
690+ * RP2350 (Raspberry Pi Pico 2, ARM Cortex-M33 with TrustZone)
691+ * NXP MCXA153
692+ * NXP MCXW716
693+ * STM32F1 series (STM32F103 “Blue Pill” board)
694+ * Improvements to supported targets
695+ * Xilinx UltraScale+ (ZynqMP)
696+ * Added hardware-accelerated SHA3 hashing via the CSU engine
697+ * Added support for enabling JTAG at runtime when ` CSU_DEBUG ` is set
698+ * Introduced support for the device’s PUF (Physically Unclonable Function) for unique key generation and secure key storage (requires eFuses)
699+ * Renesas RX
700+ * Added option for TSIP hardware crypto engine
701+ * Infineon TriCore (AURIX TC3xx)
702+ * Updated IDE project files for ARM Developer Studio 1.10.6, fixing build issues and ensuring support for latest toolchain
703+ * Fix to support write operations spanning over multiple sectors
704+ * New features and improvements
705+ * Added support for non-contiguous elf sections, scattered elf firmware loading and verification.
706+ * PQC: Simplified LMS/XMSS integration, deprecated support for third-party libraries
707+ * Support to build wolfBoot as a static library (` libwolfboot.a ` ) for easier integration and testing of the bootloader logic in custom workflows
708+ * Extended support for ARMORED glitch mitigations to the IAR toolchain
709+ * CMake build refactoring, extended support to more targets
710+ * Various documentation and configuration improvements
711+ * Bug fixes
712+ * Fix alignment enforcement on IAR compiler
713+ * Fix build error on Windows in key generation tool (` _chsize_s ` declaration issue in ` sign.c ` )
714+ * Updated modules
715+ * wolfSSL v5.8.0
716+ * wolfTPM v3.9.0
717+ * wolfPKCS11 latest
718+ * wolfHSM latest
719+
0 commit comments