Merge branch 'fix/gcm_fallback_must_depend_on_software_gcm_symbol' into 'master'

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

See merge request espressif/esp-idf!40780
This commit is contained in:
Mahavir Jain
2025-07-24 19:12:44 +05:30

View File

@@ -486,7 +486,7 @@ menu "mbedTLS"
config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER
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
help
Enable this config to support fallback to software definitions for a non-AES