OVMS3-idf/components/app_update
Angus Gratton b364f23e17 secure boot: Support secure boot signatures without hardware secure boot
Allows OTA updates to be secured via signature checks, without requiring the overhead or complexity
of a full secure boot implementation.

Uses same signing mechanisms (build system and/or espsecure.py as Secure Boot).

Requires:
* [ ] More testing
* [ ] Documentation
2018-08-29 17:05:29 +08:00
..
include app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
test app_update: Change NUM_PIN_APP_TEST for unit test 2018-08-24 16:52:27 +08:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
dump_otadata.py make dump_otadata: Displays app ota_seq and crc on console 2018-08-22 16:51:36 +08:00
esp_ota_ops.c secure boot: Support secure boot signatures without hardware secure boot 2018-08-29 17:05:29 +08:00
gen_empty_partition.py make: Add feature to cmd 'make flash' - reset ota_data partition 2018-07-25 11:22:15 +00:00
Makefile.projbuild make: Use order-only prereq to check python dependencies 2018-08-23 08:28:57 +02:00