Integration of MbedTLS for sign verification during boot process.

I want to know that, during the boot process there will be sign verification from boot loader, now can we use mbedTLS for sign verification.

If yes, please give some information on that, please.

Thank you

Anitha S

Parents
  • Hello,

    I want to know that, during the boot process there will be sign verification from boot loader, now can we use mbedTLS for sign verification.

    I believe it should be possible. You can try setting CONFIG_BOOT_USE_MBEDTLS=y. I haven't tried this myself though, so it could be that you need additional configs as well that I'm not aware of.

Reply
  • Hello,

    I want to know that, during the boot process there will be sign verification from boot loader, now can we use mbedTLS for sign verification.

    I believe it should be possible. You can try setting CONFIG_BOOT_USE_MBEDTLS=y. I haven't tried this myself though, so it could be that you need additional configs as well that I'm not aware of.

Children
Related