nuttx-apps/crypto/mbedtls
George Poulios 6600a5fd08 MbedTLS: patch warning when DTLS is off
This is to patch upstream MbedTLS issue:
  https://github.com/Mbed-TLS/mbedtls/issues/9425
that triggers a -Werror=undef when MBEDTLS_SSL_PROTO_DTLS
is undefined. There is no other way to silence that warning
and it breaks builds in systems with -Werror. Once the
upstream issue is resolved, this can be reverted.

Signed-off-by: George Poulios <gpoulios@census-labs.com>
2024-12-05 13:45:38 +08:00
..
include Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
source mbedtls-alt/bignum: add bignum alternative implementation via /dev/mpi 2024-09-30 15:26:42 +08:00
.gitignore crypto: Initial support for mbedtls 2021-11-04 15:20:14 -03:00
0001-mbedtls-entropy_poll-use-getrandom-to-get-the-system.patch Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
0002-mbedtls-add-mbedtls-x509-crt-pool.patch Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
0003-Fix-MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT-warning.patch MbedTLS: patch warning when DTLS is off 2024-12-05 13:45:38 +08:00
CMakeLists.txt MbedTLS: patch warning when DTLS is off 2024-12-05 13:45:38 +08:00
Kconfig Update MbedTLS 3.4.0 -> 3.6.2 and set it as default 2024-12-01 17:57:21 +08:00
Make.defs crypto: remove MBEDTLS_CONFIG_FILE 2024-11-01 17:02:10 +08:00
Makefile MbedTLS: patch warning when DTLS is off 2024-12-05 13:45:38 +08:00