mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK config
Update the ESP_TLS_SERVER_CERT_SELECT_HOOK config to ESP_HTTPS_SERVER_CERT_SELECT_HOOK And made it depend on ESP_TLS_SERVER_CERT_SELECT_HOOK
This commit is contained in:
@@ -11,3 +11,4 @@ Migration from 5.3 to 5.4
|
||||
bluetooth-classic
|
||||
storage
|
||||
wifi
|
||||
protocols
|
||||
|
||||
14
docs/en/migration-guides/release-5.x/5.4/protocols.rst
Normal file
14
docs/en/migration-guides/release-5.x/5.4/protocols.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
Protocols
|
||||
=========
|
||||
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
HTTPS Server
|
||||
------------
|
||||
|
||||
Certificate Selection Hook
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
In order to enable the Certificate Selection hook feature in ESP HTTPS Server, now you need to enable :ref:`CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK` instead of :ref:`CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK`.
|
||||
|
||||
The new :ref:`CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK` option automatically selects :ref:`CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK`.
|
||||
Reference in New Issue
Block a user