zephyr/subsys/net/lib
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
..
app coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
coap coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
config net: config: Use sizeof() to get size of buffer for net_addr_ntop() 2018-09-11 10:42:51 +03:00
dns coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
http coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
lwm2m coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mqtt coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
openthread net: config: Rename Kconfig options to correspond to library name 2018-08-13 18:42:31 -07:00
sntp coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
sockets net: tls: Fix mbedtls hostname erros when certificates are not used 2018-09-17 09:48:11 +03:00
tls_credentials coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
websocket coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
CMakeLists.txt net: config: Rename Kconfig options to correspond to library name 2018-08-13 18:42:31 -07:00
Kconfig net: tls: Add credential management subsystem 2018-07-26 12:13:15 -04:00