mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-14 22:50:33 +00:00
Even though one could in theory simply set CONFIG_MBEDTLS_VERSION="3.6.2",
this commit is needed for 2 reasons:
1. The patches need to be updated: 0001 works almost as-is (with fuzz 2)
but 0002 hunk #4 fails and needed adjustment. Otherwise, the patches
are identical.
2. mbedtls_config.h needs to be updated: Following the same approach
for the Kconfig this commit updates both Kconfig and mbedtls_config.h
according to the changes:
mbedtls$ git diff v3.4.0...v3.6.2 -- include/mbedtls/mbedtls_config.h
Minor edits also to crypto/controlse to comply with v3.6.2.
Signed-off-by: George Poulios <gpoulios@census-labs.com>
|
||
|---|---|---|
| .. | ||
| mbedtls | ||
| aes_alt.h | ||
| cmac_alt.h | ||
| dev_alt.h | ||
| md5_alt.h | ||
| poly1305_alt.h | ||
| ripemd160_alt.h | ||
| sha1_alt.h | ||
| sha256_alt.h | ||
| sha512_alt.h | ||