File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -563,3 +563,28 @@ Use `make keysclean` to delete keys and regenerate.
563563 * Fixed bug in sign tool when using ECC keys
564564 * Improved documentation
565565 * Added customizable DCD for NXP targets
566+
567+ ### V 2.1.0 - (2024-04-16)
568+ * New features
569+ * Custom TLVs in manifest header for custom authenticated options
570+ * Bug fixes and improvements:
571+ * DUALBANK: fork bootloader only once
572+ * Improved ` NO_BACKUP ` mode, DISABLE BACKUP mode is now powerfail-safe
573+ * Fault-injection mitigation: added clobbers to assembly code
574+ * Post-quantum algorithms: fixed build issue with conflicting wolfCrypt version
575+ * New signature verification algorithm:
576+ * Added support for ECC521
577+ * New hardware targets:
578+ * Microchip ATSAM-E51, including DUALBANK support
579+ * Renesas RZN2L
580+ * NXP i.MX-RT1040
581+ * NXP MCXA-153
582+ * Improved support to existing targets:
583+ * Build fixes for TI-Hercules
584+ * Improved support for Integrity OS on NXP T1024
585+ * wolfTPM integration
586+ * Fixes in sealing/unsealing mechanism
587+ * Updated modules
588+ * wolfSSL v5.7.0
589+ * wolfPKCS11 v1.3.0
590+ * wolfTPM v3.2.0
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.0.2 "
33- #define LIBWOLFBOOT_VERSION_HEX 0x02000002
32+ #define LIBWOLFBOOT_VERSION_STRING "2.1.0 "
33+ #define LIBWOLFBOOT_VERSION_HEX 0x02010000
3434
3535#ifndef WOLFBOOT_VERSION
3636 #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX
You can’t perform that action at this time.
0 commit comments