wolfBoot/tools
Daniele Lacamera c4e853ea4b F-6131: enforce full-transfer bounds check in spi_flash_read/spi_flash_write (QSPI)
spi_flash_read only rejected address > FLASH_DEVICE_SIZE (off-by-one,
admits address == FLASH_DEVICE_SIZE) and never validated address+len
against the device size, so an in-bounds start with an out-of-range
extent was not rejected. spi_flash_write had no bounds check at all.
Add an inclusive/full-extent check to both.
2026-07-02 16:17:51 +02:00
..
bin-assemble
check_config Preparing release v2.8.0 + update copyright 2026-04-16 13:11:56 +02:00
delta F-6398: fix OOB write in bmpatch when reconstructed image grows past source size 2026-07-02 15:18:21 +02:00
efi
elf-parser Preparing release v2.8.0 + update copyright 2026-04-16 13:11:56 +02:00
fdt-parser Add wolfBoot FIT support for loading bitstream 2026-06-09 15:30:27 +02:00
keytools F-6127: fix custom-TLV 8-byte value saturation in arg2num 2026-07-02 15:28:09 +02:00
lms Addressed copilot's comments 2026-04-29 13:15:52 +02:00
renode Addressed copilot's comments 2026-04-28 15:22:41 +02:00
scripts make wolfHSM client ID parameterizable and settable via Makefiles 2026-06-16 22:03:28 -06:00
squashelf F-4692: guard squashelf segment-offset alignment against integer overflow 2026-06-10 21:01:16 +02:00
test-expect-version Fix NRF52 UART DMA and Renode test infrastructure 2026-04-28 15:04:35 +02:00
test-update-server
tpm Address Copilot review comments 2026-06-09 15:52:07 +02:00
uart-flash-server F-5675: fix signed-overflow UB from uint8_t<<24 in serve_update version assembly 2026-06-11 18:53:49 +02:00
unit-tests F-6131: enforce full-transfer bounds check in spi_flash_read/spi_flash_write (QSPI) 2026-07-02 16:17:51 +02:00
xmss Zeroize XMSS key readback buffer 2026-04-29 12:31:21 +02:00
config.mk Merge pull request #803 from rizlik/tpm_mfg_auth_value 2026-06-22 08:49:25 -07:00
test-delta.mk
test-enc.mk
test-renode.mk review: add additional RSA PSS test and bench coverage 2026-04-28 15:02:57 +02:00
test.mk test: bump SIGN=NONE footprint limit 2026-07-01 20:42:27 +02:00
wolfboot-rpi-devicetree.diff