Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions components/security/mbedtls/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,24 @@ target_compile_options(mbedcrypto
PRIVATE
-Wno-error=switch-default
-Wno-error=null-dereference
-Wno-error=redundant-decls
)
target_compile_options(mbedtls
PRIVATE
-Wno-error=switch-default
-Wno-error=null-dereference
-Wno-error=redundant-decls
)
target_compile_options(mbedx509
PRIVATE
-Wno-error=null-dereference
-Wno-error=redundant-decls
)
target_compile_options(everest
PRIVATE
-Wno-error=redundant-decls
)
target_compile_options(p256m
PRIVATE
-Wno-error=redundant-decls
)
2 changes: 1 addition & 1 deletion components/security/mbedtls/library
Submodule library updated 1019 files
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
license: "Apache-2.0"
tpip-category: "category-2"
security-risk: "high"
version: "v3.6.3"
version: "v3.6.4"
repository:
type: "git"
url: "https://github.com/Mbed-TLS/mbedtls.git"
Expand Down
1 change: 1 addition & 0 deletions release_changes/202507081447.change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
components: Bump Mbed TLS version to v3.6.4
Loading