@@ -514,3 +514,46 @@ Use `make keysclean` to delete keys and regenerate.
514514 * Bug fix: fix wrong partition selection with ` NVM_FLASH_WRITEONCE ` introduced in v.1.15
515515 * Testing: added test cases (delta + encrypt)
516516 * Documentation: fixed several spelling errors
517+
518+ ### V 2.0.0 - (2023-11-07)
519+ * New feature: post-quantum stateful hash-based signature schemes.
520+ * Support for LMS/HSS
521+ * Support for XMSS/XMSS^MT
522+ * New feature: PKCS11 engine in TrustZone-M secure mode
523+ * wolfBoot as secure-mode supervisor on ARMv8-M
524+ * New TPM features
525+ * TPM NV as root of trust
526+ * Password-based access to NV slots
527+ * Measured boot via PCR extensions
528+ * Sealing/unsealing NV based on externally signed PCR policy and/or password
529+ * New architecture: x86-64bit using FSP
530+ * Intel FSP support
531+ * Integration with TPM
532+ * Two-stages model with support for PCI enumeration, AHCI drivers, SATA lock mechanism
533+ * Multiboot2/ELF payload support
534+ * New hardware targets
535+ * Intel TigerLake in FSP mode
536+ * STM32C0
537+ * Bug fixing: core
538+ * Fixed several bugs in ` NVM_FLASH_WRITEONCE ` mode
539+ * Fixed bugs in delta updates
540+ * Improved support to existing targets
541+ * Fixed issues in TSIP project
542+ * Improved support for NXP QoriQ/p1021
543+ * Improved support for NXP T1084
544+ * Reworked SPI support for NXP RT1050
545+ * STM32L4: Fixed clock speed
546+ * ARMv7-m: improved assembly support for Cortex-M4
547+ * ARMv8-m: enabled assembly optimizations by default
548+ * Reworked keytools and build environment
549+ * Improved build experience for MacOS users
550+ * Fix for building in windows/minGW
551+ * Deprecated python keytools
552+ * Keytools: support multiple key formats, don't assume raw keys
553+ * Fixed bug in delta image generation
554+ * Keystore improvements: support multiple key format in the same keystore
555+ * Testing
556+ * Added new sets of power-failure automated tests on simulator target
557+ * Simulator: tests can now run on MacOS
558+ * Unit tests: improved coverage. Added gcov reports
559+ * Static analysis: added cppcheck tests, fixed all relevant warnings
0 commit comments