Oliver Mueller

Results 4 issues of Oliver Mueller

MCUBOOT_HW_KEY already allows to put your own signature key management into the bootloader, independent of mcuboot. In the moment boot_retrieve_public_key_hash is limited to exactly one key hash, since it is...

As previously discussed in #1478 , this adds a define named `MCUBOOT_USE_CUSTOM_CRYPT`. Using that define, `headername_custom.h` will be included in the crypto headers instead of enabling any pre defined code...

If `MCUBOOT_HW_ROLLBACK_PROT` is defined, one is expected to implement the interface from `security_cnt.h`. This interface also defines the function `boot_nv_security_counter_init()`. But actually that function is never called from the boot...

Fixes #2322 **Describe the PR** In cases of bus reset, there can be pending transfers in the queue. Or a defective host just sends transfers without a proper setup. In...