wolfSSL / wolfBoot

wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
https://www.wolfssl.com
GNU General Public License v3.0
334 stars 95 forks source link

Support Renesas RX72N with TSIP use #318

Closed miyazakh closed 11 months ago

miyazakh commented 1 year ago

Support RSA2048 Verification by TSIP Support Sha256 by TSIP

miyazakh commented 1 year ago

This PR assumes wolfSSL PR#6520 to be merged.

danielinux commented 12 months ago

Looks good. Waiting for the associated PR to be merged in wolfSSL before merging this one.

https://github.com/wolfSSL/wolfssl/pull/6520

cconlon commented 11 months ago

@danielinux The associated wolfSSL PR was just merged in. This one should be good to go when you're ready.

dgarske commented 11 months ago

@danielinux or @miyazakh do we need to update the wolfSSL submodule in this PR?

miyazakh commented 11 months ago

Hi @dgarske Yes, to work this PR, it needs wolfSSL#6520 PR. Therefore, we need to update the wolfSSL submodule. In the meantime, user needs to manually copy the wolfssl including PR#6520 for this PR.

miyazakh commented 11 months ago

Hi @danielinux I have to update the PR because of wolfSSL PR#6520 update. Please take a look at the last changes.

danielinux commented 11 months ago

Thanks @miyazakh !

@dgarske I'm merging this and I'll follow up with a new PR to update submodules