mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 13:27:36 +00:00

Updates config to define the new MBEDTLS_SSL_CID_TLS1_3_PAD_GRANULARITY option, which replaced the previously used MBEDTLS_SSL_CID_PADDING_GRANULARITY. The old option is continuing to be used as the new one exceeds the maximum length for an option name in esp-idf. See https://github.com/Mbed-TLS/mbedtls/pull/4490 for more information. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>