gpoulios opened a new pull request, #2870:
URL: https://github.com/apache/nuttx-apps/pull/2870

   ## Summary
   Even though there is `CONFIG_MBEDTLS_VERSION`, this commit is needed for 2 
reasons:
     1. The patches: 0001 works almost as-is (with fuzz 2) but 0002 hunk 
#​4 failed and had to apply it manually. Otherwise, the patches are 
identical.
     2. The changes in mbedtls_config.h: Following the same approach for the 
Kconfig as in the original contribution, this commit updates both Kconfig and 
mbedtls_config.h according to:
   ```
   mbedtls$ git diff v3.4.0...v3.6.2 -- include/mbedtls/mbedtls_config.h
   ```
   
   ## Impact
   
   None for projects not using MbedTLS.
   
   For projects using MbedTLS, please check your `CONFIG_MBEDTLS_*` settings 
for any options affected by this commit, or 
[MbedTLS's](https://github.com/Mbed-TLS/mbedtls/compare/v3.4.0...v3.6.2?#diff-0279e5915ac49daea5fd9ed14934a074d1a88e9b35c674d7d1a0d0e0688f60bb)
 `git diff v3.4.0...v3.6.2 -- include/mbedtls/mbedtls_config.h`. Besides that, 
[numerous security fixes](https://github.com/Mbed-TLS/mbedtls/releases).
   
   ## Testing
   Builds fine and seems to work fine but I haven't performed extensive 
testing: I've only run tests on RISC-V.
   


-- 
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