mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +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>
|
||
|---|---|---|
| .. | ||
| ccertificate.cxx | ||
| ccsr.cxx | ||
| chex_util.cxx | ||
| CMakeLists.txt | ||
| cmbedtls_se05x_extension.hxx | ||
| controlse_main.cxx | ||
| cpublic_key.cxx | ||
| csan_builder.cxx | ||
| csecure_element.cxx | ||
| cserial_number.cxx | ||
| cstring.cxx | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||