nuttx-apps/crypto/mbedtls/include
George Poulios 0b3428942f Update MbedTLS 3.4.0 -> 3.6.2 and set it as default
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>
2024-12-01 17:57:21 +08:00
..
mbedtls Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
aes_alt.h mbedtls-alt/aes-alt: Illegal parameter detection for aes related functions 2024-09-30 15:26:42 +08:00
cmac_alt.h apps/mbedtls-alt: support cmac 2024-09-19 08:36:46 +08:00
dev_alt.h mbedtls: add nuttx crypto alternative implementation in mbedtls 2023-08-11 18:13:11 +08:00
md5_alt.h mbedtls-alt/md5: add md5 alternative implementation 2023-09-12 10:01:16 +08:00
poly1305_alt.h mbedtls-alt/poly1305-alt: add poly1305 alternative implementation 2024-09-30 15:26:42 +08:00
ripemd160_alt.h mbedtls-alt/ripemd160: add ripemd160 alternative implementation 2024-09-30 15:26:42 +08:00
sha1_alt.h mbedtls: add nuttx crypto alternative implementation in mbedtls 2023-08-11 18:13:11 +08:00
sha256_alt.h mbedtls: add mbedtls sha256/sha512 alternative implementation 2023-08-11 18:13:11 +08:00
sha512_alt.h mbedtls: add mbedtls sha256/sha512 alternative implementation 2023-08-11 18:13:11 +08:00