From f0ae5bd25a2553cbc9d2b04f78ecaa3621c2a6af Mon Sep 17 00:00:00 2001 From: "harshal.patil" Date: Fri, 23 Jun 2023 11:55:04 +0530 Subject: [PATCH] mbedtls: update submodule to include: fix: mbedtls_ecdsa_can_do was not being defined when ECDSA_SIGN_ALT is defined but ECDSA_VERIFY_ALT is not defined causing mbedtls_ecdsa_verify_restartable to always fail. feature: initial version of the sbom.yml file --- components/mbedtls/mbedtls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mbedtls/mbedtls b/components/mbedtls/mbedtls index f5fca55508..65b3c0857c 160000 --- a/components/mbedtls/mbedtls +++ b/components/mbedtls/mbedtls @@ -1 +1 @@ -Subproject commit f5fca55508d9d18961b10824d5cf5d8338c087f6 +Subproject commit 65b3c0857c9f207dcb0b646f2b4ebd8e5edf83c1