FelipeMdeO commented on PR #3532:
URL: https://github.com/apache/nuttx-apps/pull/3532#issuecomment-4760485663

   > @FelipeMdeO I try a porting in the last week but doesn't require so many 
patch/hack to dropbear code base. So could you split the real change require to 
port dropbear from the pure improvement?
   
   Hello @xiaoxiang781216,
   
   A significant portion of the changes (patches 0003–0005) are dedicated to 
replacing Dropbear's built-in crypto with NuttX's crypto libraries. 
Specifically: SHA-256/HMAC uses NuttX's mbedtls digest API, ChaCha20-Poly1305 
uses NuttX's libtomcrypt state types directly, and password authentication 
delegates to NuttX's PAM/shadow stack. 
   
   In other words the port will be more simple if we use crypto libs from 
Dropbear instead NuttX libs, but we decided use NuttX libs.
   I am updating the patch descriptions to make each change clearer and easier 
to review.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to