mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 07:02:20 +00:00
When no certificate-based ciphersuites are used, mbedTLS compiles out hostname field and associated functions from its SSL context. This resulted in compilation error when only PSK-based ciphersuites were configured. This commit resolves the issue by compiling-out hostname-related code from secure sockets implementation on the same basis as mbedTLS does. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> |
||
---|---|---|
.. | ||
ip | ||
l2 | ||
lib | ||
buf.c | ||
CMakeLists.txt | ||
hostname.c | ||
Kconfig | ||
Kconfig.hostname | ||
TODO |