nuttx-apps/crypto
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
..
controlse Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
libsodium crypto/libsodium: fix libsodium compilation warning 2024-09-29 22:57:49 +02:00
libtomcrypt fix cmake code smell issues 2023-09-04 23:19:26 +08:00
mbedtls Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
openssl_mbedtls_wrapper mbedtls: compile warning fix 2024-10-27 20:57:11 +08:00
tinycrypt cmake:export tinycrypt headers 2024-09-13 23:16:26 +08:00
tinydtls crypto: add Eclipse tinydtls support 2023-07-27 09:33:10 -07:00
wolfssl remove crypto/xxx/README.md. Migrated to Documentation/applications/crypto 2023-10-30 10:00:01 +08:00
.gitignore Add support for libtomcrypt 2021-07-12 17:49:26 -03:00
CMakeLists.txt cmake:migrate apps CMakeLists for mbedtls 2023-08-03 05:53:05 -07:00
Make.defs Add support for libtomcrypt 2021-07-12 17:49:26 -03:00
Makefile Add support for libtomcrypt 2021-07-12 17:49:26 -03:00