Merge branch 'fix/gcm_fallback_must_depend_on_software_gcm_symbol_v5.4' into 'release/v5.4'

fix(mbedtls/gcm): Allow enabling GCM fallback only if software GCM is available (v5.4)

See merge request espressif/esp-idf!40807
This commit is contained in:
Aditya Patwardhan
2025-07-27 12:28:01 +05:30

View File

@@ -475,7 +475,7 @@ menu "mbedTLS"
config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER
bool "Enable support for non-AES ciphers in GCM operation" bool "Enable support for non-AES ciphers in GCM operation"
depends on MBEDTLS_HARDWARE_AES depends on MBEDTLS_HARDWARE_AES && MBEDTLS_GCM_C
default y default y
help help
Enable this config to support fallback to software definitions for a non-AES Enable this config to support fallback to software definitions for a non-AES