mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
esp_crt_bundle: Add bounds checking for the "esp_crt_bundle_set" API.
Closes https://github.com/espressif/esp-idf/issues/8397
This commit is contained in:
@@ -327,6 +327,12 @@ menu "mbedTLS"
|
||||
help
|
||||
Name of the custom certificate directory or file. This path is evaluated
|
||||
relative to the project root directory.
|
||||
|
||||
config MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS
|
||||
int "Maximum no of certificates allowed in certificate bundle"
|
||||
default 200
|
||||
depends on MBEDTLS_CERTIFICATE_BUNDLE
|
||||
|
||||
endmenu
|
||||
|
||||
config MBEDTLS_ECP_RESTARTABLE
|
||||
|
Reference in New Issue
Block a user