Skip to content

Commit 5260140

Browse files
AhmedIsmail02aggarg
authored andcommitted
components: Bump Mbed TLS version to v3.6.4
Updating Mbed TLS to v3.6.4 resulted in some redundant declarations warnings (treated as errors) in some of its libraries. Hence, the changes in `components/security/mbedtls/integration/CMakeLists.txt` Signed-off-by: Ahmed Ismail <[email protected]>
1 parent 78e9dc6 commit 5260140

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

components/security/mbedtls/integration/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,24 @@ target_compile_options(mbedcrypto
7676
PRIVATE
7777
-Wno-error=switch-default
7878
-Wno-error=null-dereference
79+
-Wno-error=redundant-decls
7980
)
8081
target_compile_options(mbedtls
8182
PRIVATE
8283
-Wno-error=switch-default
8384
-Wno-error=null-dereference
85+
-Wno-error=redundant-decls
8486
)
8587
target_compile_options(mbedx509
8688
PRIVATE
8789
-Wno-error=null-dereference
90+
-Wno-error=redundant-decls
8891
)
8992
target_compile_options(everest
9093
PRIVATE
9194
-Wno-error=redundant-decls
9295
)
96+
target_compile_options(p256m
97+
PRIVATE
98+
-Wno-error=redundant-decls
99+
)

components/security/mbedtls/library

Submodule library updated 1019 files

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
license: "Apache-2.0"
3535
tpip-category: "category-2"
3636
security-risk: "high"
37-
version: "v3.6.3"
37+
version: "v3.6.4"
3838
repository:
3939
type: "git"
4040
url: "https://github.com/Mbed-TLS/mbedtls.git"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
components: Bump Mbed TLS version to v3.6.4

0 commit comments

Comments
 (0)