mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
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:
@@ -486,7 +486,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
|
||||||
|
Reference in New Issue
Block a user