mcuboot/docs
David Vincze c308413760 bootutil: Introduce HW rollback protection
- Add image security counter verification (read security counter value
  from the image manifest and compare it against the stored/active
  security counter) as an optional part of the image validation process
  to prevent the restoration of older, potentially vulnerable images.
- This feature can be enabled with the MCUBOOT_HW_ROLLBACK_PROT option.
- Add security counter interface to MCUBoot. If HW rollback protection
  is enabled then the platform must provide a mechanism to store and
  read the security counter value in a robust and secure way.

Change-Id: Iee4961c1da5275a98ef17982a65b361370d2a178
Signed-off-by: David Vincze <david.vincze@arm.com>
2020-02-25 23:43:12 +01:00
..
.gitignore Create files needed to run Jekyll locally 2017-09-11 16:08:47 -06:00
Gemfile Update Jekyll due to CVE 2019-01-02 16:43:39 -02:00
Gemfile.lock docs: update nokogiri to fix CVE-2020-7595 2020-02-25 09:26:02 -03:00
PORTING.md docs/PORTING.md: Update APIs needed for porting MCUboot 2020-01-13 10:09:54 -03:00
SECURITY.md docs: Fix formatting of security document 2019-10-08 10:45:14 -07:00
SubmittingPatches.md Fix main github repo links in docs 2018-11-16 15:10:52 -03:00
_config.yml Rearrange docs for gh-pages 2017-09-11 14:03:28 -06:00
design.md bootutil: Introduce HW rollback protection 2020-02-25 23:43:12 +01:00
ecdsa.md docs: Change name of padding arguments 2019-12-18 11:53:25 -07:00
encrypted_images.md docs: add URL anchor links to encrypted images md 2019-11-29 12:55:33 -03:00
imgtool.md Add html anchors to design and imgtool documents 2019-12-03 16:35:58 -03:00
index.md docs: fix mailing list URL 2020-02-06 06:00:28 -03:00
readme-mynewt.md Fix main github repo links in docs 2018-11-16 15:10:52 -03:00
readme-riot.md doc: Convert rst to md and move to docs/ 2018-01-23 14:08:14 -02:00
readme-zephyr.md Boot: Enable multi-image boot 2019-07-23 09:11:34 -05:00
release-notes.md Preparing for v1.5.0-rc1 2020-02-07 15:30:45 -03:00
release.md Document imgtool release process 2019-10-15 12:35:01 -03:00
signed_images.md Rearrange docs for gh-pages 2017-09-11 14:03:28 -06:00
testplan-mynewt.md docs: samples: Update pyocd calls to unified tool subcommands 2019-02-19 14:09:36 -03:00
testplan-zephyr.md docs: samples: Update pyocd calls to unified tool subcommands 2019-02-19 14:09:36 -03:00