nuttx-apps/crypto/mbedtls
cuiziwei dcf1a05956 fix build warning to [-Wstringop-overflow=].
mbedtls/library/alignment.h:98:5: warning: writing 4 bytes into a region of size 0 [-Wstringop-overflow=]
   98 |     memcpy(p, &x, sizeof(x));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
mbedtls/library/cmac.c: In function 'mbedtls_cipher_cmac_finish':
mbedtls/library/cmac.c:288:19: note: at offset 20 into destination object 'M_last' of size 16
  288 |     unsigned char M_last[MBEDTLS_CIPHER_BLKSIZE_MAX];
      |                   ^~~~~~

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2024-08-20 15:27:34 +08:00
..
include crypto/mbedtls: Unified configuration with mbedtls default configuration 2023-10-18 21:18:35 +08:00
source mbedtls-alt/md5: add md5 alternative implementation 2023-09-12 10:01:16 +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 mbedtls: use 'getrandom' to get system entropy 2023-09-19 00:41:24 +08:00
0002-mbedtls-add-mbedtls-x509-crt-pool.patch crypto/mbedtls: load certificate memory optimization 2023-09-25 14:49:39 +08:00
CMakeLists.txt matter cmake:fix matter_generate_args_tmp_file call error 2024-03-15 01:26:22 +08:00
Kconfig crypto/mbedtls: Unified configuration with mbedtls default configuration 2023-10-18 21:18:35 +08:00
Make.defs mbedtls: add nuttx crypto alternative implementation in mbedtls 2023-08-11 18:13:11 +08:00
Makefile fix build warning to [-Wstringop-overflow=]. 2024-08-20 15:27:34 +08:00