zephyr/samples/net
Paul Sokolovsky 42680b07af mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h
The previous default, "config-threadnet.h", is more or less arbitrary
choice made in a commit 312def2c78 1.5 years ago. In particular,
it's not related to Thread support in Zephyr per se (there was no
such support at that time).

It doesn't make sense to have a default intended for a particular,
not widely used (yet) protocol. Instead, the default should work
out of the box with a contemporary widely deployed arrays of TLS
servers, which are HTTPS server. config-mini-tls1_2.h works with
https://google.com, and by extension, with many other servers on
the Internet.

So, have that as the default, and let applications with special
needs to override that to what they need.

Addresses: #6132

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-02-15 12:35:31 -05:00
..
coap_client samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
coap_server samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
coaps_client cmake: Ported mbedTLS to use Zephyr interface libraries 2018-01-02 22:09:01 -05:00
coaps_server cmake: Ported mbedTLS to use Zephyr interface libraries 2018-01-02 22:09:01 -05:00
common kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
dhcpv4_client doc: getting_started: Support multi-OS instructions 2018-01-18 16:53:31 -05:00
dns_resolve samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
echo_client samples: net: Add config and enable CI for OpenThread on nRF52840 2018-01-29 22:42:03 -05:00
echo_server samples: net: Add config and enable CI for OpenThread on nRF52840 2018-01-29 22:42:03 -05:00
http_client samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
http_server doc: getting_started: Support multi-OS instructions 2018-01-18 16:53:31 -05:00
irc_bot samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
leds_demo samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
lwm2m_client doc: getting_started: Support multi-OS instructions 2018-01-18 16:53:31 -05:00
mbedtls_dtlsclient cmake: Ported mbedTLS to use Zephyr interface libraries 2018-01-02 22:09:01 -05:00
mbedtls_dtlsserver mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h 2018-02-15 12:35:31 -05:00
mbedtls_sslclient cmake: Ported mbedTLS to use Zephyr interface libraries 2018-01-02 22:09:01 -05:00
mdns_responder samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
mqtt_publisher net: buf: Redesigned API with split data and meta-data 2018-02-10 09:20:42 +02:00
nats samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
rpl-node samples: rpl: do not build when assert is enabled 2018-01-09 11:13:08 -05:00
sntp_client samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
sockets samples: net: sockets: Clean up/improve socket samples 2018-02-11 09:49:31 -05:00
telnet doc: getting_started: Support multi-OS instructions 2018-01-18 16:53:31 -05:00
throughput_server net: samples: throughput_server: Decrease buffer count 2018-02-10 09:20:42 +02:00
wpan_serial usb: Rename SYS_LOG_USB to SYS_LOG_USB_DEVICE 2018-01-17 18:53:05 -05:00
wpanusb drivers/ieee802154: Cleanup Kconfig 2018-01-10 21:53:01 -05:00
zperf net: samples: zperf: Reduce quark_se_c1000_devboard buffer counts 2018-02-10 09:20:42 +02:00
net.rst