gustavonihei commented on pull request #824:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/824#issuecomment-901460804


   > > **MCUboot** requires the **MbedTLS** library.
   > 
   > It only requires MbedTLS for RSA signature and RSA-OAEP image encryption; 
elliptic curve alternatives can use Tinycrypt, for secp256r1, or fiat for 
curve25519 based algos, both of which are already bundled with MCUboot.
   
   Thanks for this clarification, @utzig!
   This means that, if image encryption is not enabled, MCUboot can be built 
without these libraries, right?
   I believed Mbed TLS was still mandatory, as stated by the MCUboot Porting 
documentation here: 
https://github.com/mcu-tools/mcuboot/blob/main/docs/PORTING.md. Is it 
deprecated?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to