mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(mbedtls): add new deprecated cert list and relevant config
Cert bundle is periodically updated with the upstream Mozilla's NSS root cert store. Retracted certs are moved to deprecated list now and an additional config allows to include them in the default bundle. New config is kept default disabled but can be enabled if one would like to ensure 100% compatibility w.r.t. cert bundle across IDF minor or patch releases. In IDF major release the deprecated list shall be reset.
This commit is contained in:
@@ -10,3 +10,4 @@ CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
|
||||
CONFIG_EXAMPLE_ETH_PHY_ADDR=1
|
||||
CONFIG_EXAMPLE_CONNECT_IPV6=y
|
||||
CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS=y
|
||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST=y
|
||||
|
Reference in New Issue
Block a user