Upgrade to mbedtls v3.6.5
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
fa119d0c6e
commit
66f31c15b6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ if(NOT ESP_PLATFORM)
|
|||
add_definitions(-DMBEDTLS_ECP_DP_ED25519_ENABLED=1 -DMBEDTLS_ECP_DP_ED448_ENABLED=1 -DMBEDTLS_EDDSA_C=1 -DMBEDTLS_SHA3_C=1)
|
||||
else()
|
||||
set(MBEDTLS_ORIGIN "https://github.com/Mbed-TLS/mbedtls.git")
|
||||
set(MBEDTLS_REF "v3.6.3")
|
||||
set(MBEDTLS_REF "v3.6.5")
|
||||
endif()
|
||||
|
||||
execute_process(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue