zephyr/tests
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
..
application_development/gen_inc_file
benchmarks test: run benchmark/boot_time also in native_posix 2018-02-07 16:28:16 -05:00
bluetooth Bluetooth: Mesh: Convert to new net_buf_simple APIs 2018-02-13 14:00:08 +02:00
boards/altera_max10 tests: boards: altera_max10: Add test for Nios-II i2c core 2018-02-07 19:37:35 -05:00
booting/stub
compliance
crypto mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h 2018-02-15 12:35:31 -05:00
drivers tests: spi_loopback: add testcase.yaml 2018-02-14 08:06:26 -05:00
include native test: End tests as soon as they pass fail 2018-02-05 06:26:53 -08:00
kernel tests: add test for device class/API 2018-02-15 07:54:45 -05:00
lib/json
misc/test_build tests: build: Test build with MCUboot support 2018-02-09 09:11:13 -05:00
net tests: net/buf: Update to new API 2018-02-10 09:20:42 +02:00
power
shell
subsys tests: do not use comma separated strings 2018-02-15 08:53:25 -05:00
sys/ringbuffer
unit tests: Remove broken net_buf unit tests 2018-02-10 09:20:42 +02:00
ztest tests: userspace: fix read/write privileged stack tests 2018-02-14 13:06:21 -08:00
CMakeLists.txt
Kconfig