mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-28 16:46:31 +03:00
The skip_common_name flag was named for the legacy CN field but actually suppresses the entire mbedtls_ssl_set_hostname() call -- disabling hostname matching against CN/SAN AND Server Name Indication. Update the doxygen to describe the real effect, and emit a per-call WARN inside the SNI-disable branch so debug-only use does not slip into production unnoticed.