mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
fix(mbedtls): remove Wunterminated-string-initialization
- Fixed in upstream release 3.6.4 - Addressed few typos in Kconfig
This commit is contained in:
@@ -357,11 +357,6 @@ foreach(target ${mbedtls_targets})
|
|||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if(CMAKE_C_COMPILER_ID MATCHES "GNU" AND CMAKE_C_COMPILER_VERSION VERSION_GREATER 15.0)
|
|
||||||
target_compile_options(mbedtls PRIVATE "-Wno-unterminated-string-initialization")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
if(CONFIG_MBEDTLS_DYNAMIC_BUFFER)
|
if(CONFIG_MBEDTLS_DYNAMIC_BUFFER)
|
||||||
set(WRAP_FUNCTIONS
|
set(WRAP_FUNCTIONS
|
||||||
mbedtls_ssl_write_client_hello
|
mbedtls_ssl_write_client_hello
|
||||||
|
@@ -368,8 +368,8 @@ menu "mbedTLS"
|
|||||||
config keeps expired, retracted certificates in the bundle and it may
|
config keeps expired, retracted certificates in the bundle and it may
|
||||||
pose a security risk.
|
pose a security risk.
|
||||||
|
|
||||||
- Deprecated cert list may grow based based on sync with upstream bundle
|
- Deprecated cert list may grow based on sync with upstream bundle
|
||||||
- Deprecated certs would be be removed in ESP-IDF (next) major release
|
- Deprecated certs would be removed in ESP-IDF (next) major release
|
||||||
|
|
||||||
config MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS
|
config MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS
|
||||||
int "Maximum no of certificates allowed in certificate bundle"
|
int "Maximum no of certificates allowed in certificate bundle"
|
||||||
|
Reference in New Issue
Block a user