Oopenvela-robot[BugFix]: adapt ECDH LEGACY api and non-LEGACY api
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[BugFix]: adapt ECDH LEGACY api and non-LEGACY api [Desc]: as title Signed-off-by: pengyinjie <pengyinjie@xiaomi.com> | 3 个月前 | |
external/optee_os: fix the macro redefined warning CC: driver/fs_unregisterpipedriver.c In file included from optee_os/lib/libmbedtls/mbedtls/include/mbedtls/config.h:4, from optee_os/lib/libmbedtls/mbedtls/include/mbedtls/aes.h:44, from optee_os/lib/libmbedtls/core/aes.c:12: optee_os/lib/libmbedtls/include/mbedtls_config_kernel.h:12: warning: "MBEDTLS_BIGNUM_C" redefined 12 | #define MBEDTLS_BIGNUM_C | Signed-off-by: guoshichao <guoshichao@xiaomi.com> | 3 个月前 | |
libmbedtls: Fix cipher_wrap.c for nist_kw The *_ctx_clone() function is missing and therefore the wrong function pointers are assigned to .ctx_free_func when MBEDTLS_NIST_KW_C is enabled. lib/libmbedtls/mbedtls/library/cipher_wrap.c:2248:5: warning: initialization of ‘void (*)(void *, const void *)’ from incompatible pointer type ‘void (*)(void *)’ [-Wincompatible-pointer-types] 2248 | kw_ctx_free, ^~~~~~~~~~~ Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com> Signed-off-by: Valerii Chubar <valerii_chubar@epam.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> | 3 年前 | |
Squashed commit upgrading to mbedtls-2.28.1 Squash merging branch import/mbedtls-2.28.1 ebf1f6a58089 ("libmbedtls: compile new files added with 2.28.1") 3ffb51b58a54 ("libmbedtls: add SM2 curve") c425755720b4 ("libmbedtls: mbedtls_mpi_exp_mod(): optimize mempool usage") 23493c822a82 ("libmbedtls: mbedtls_mpi_exp_mod(): reduce stack usage") dcdca2348dff ("libmbedtls: mbedtls_mpi_exp_mod() initialize W") dc2994976958 ("libmbedtls: fix no CRT issue") c6628873b281 ("libmbedtls: add interfaces in mbedtls for context memory operation") 8acd202d3e55 ("libmedtls: mpi_miller_rabin: increase count limit") 37284e28d5d9 ("libmbedtls: add mbedtls_mpi_init_mempool()") b499a75f29f3 ("libmbedtls: make mbedtls_mpi_mont*() available") 2080a8c96a5d ("mbedtls: configure mbedtls to reach for config") e0858334327a ("mbedtls: remove default include/mbedtls/config.h") dd9688e6b8ce ("Import mbedtls-2.28.1") Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> | 3 年前 |