Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] feat: updated mbedtls from v3.2.1 to v3.6.2 #813

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions external/crypto/mbedtls/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FetchContent_Declare(
mbedtls
GIT_REPOSITORY https://github.com/Mbed-TLS/mbedtls
GIT_TAG 869298bffeea13b205343361b7a7daf2b210e33d # v3.2.1
GIT_REPOSITORY https://github.com/ccrugoPhilips/mbedtls # Mbed-TLS fork
GIT_TAG e0b9fdf17e1d584ac3713fc7970fd9de530e7063 # v3.6.2 with patch
)

set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL On)
Expand Down
2 changes: 2 additions & 0 deletions external/crypto/mbedtls/mbedtls_emil_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@
*
* Comment if your system does not support time functions
*/
#ifdef EMIL_HOST_BUILD
#define MBEDTLS_HAVE_TIME
#endif

/**
* \def MBEDTLS_HAVE_TIME_DATE
Expand Down
Loading