zephyr/subsys/net
Robert Lubos 349e14d63c net: tls: Fix mbedtls hostname erros when certificates are not used
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>
2018-09-17 09:48:11 +03:00
..
ip coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
l2 coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
lib net: tls: Fix mbedtls hostname erros when certificates are not used 2018-09-17 09:48:11 +03:00
CMakeLists.txt
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.hostname subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
TODO
buf.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
hostname.c