[mbedtls] update to 2.25 (#6555)

List of changes:
- modified Autotools, CMake and Android build systems
- increased heap size as new version requires additional 64B
- replaced deprecated API (mbedtls_ecdsa_sign_det)
- removed workaround with defining mbedtls_ecp_restart_ctx
This commit is contained in:
Łukasz Duda
2021-05-10 09:48:58 -07:00
committed by GitHub
parent f766d8047d
commit 5078dfcc64
802 changed files with 146629 additions and 25938 deletions
+2 -2
View File
@@ -152,8 +152,8 @@ print("Updated " + include_build_gn_file)
android_mk_file = "./Android.mk"
formatted_list = [" {:<55} \\\n".format(file_name) for file_name in core_cpp_files]
start_string = "LOCAL_SRC_FILES := \\\n"
formatted_list = [" {:<63} \\\n".format(file_name) for file_name in core_cpp_files]
start_string = "LOCAL_SRC_FILES := \\\n"
end_string = " src/lib/hdlc/hdlc.cpp"
update_build_file(android_mk_file, start_string, end_string, formatted_list)