zephyr/tests/crypto
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
..
aes tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
cbc_mode tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ccm_mode tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
cmac_mode tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ctr_mode tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ctr_prng tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ecc_dh tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
ecc_dsa tests: crypto: fix call to memset 2017-12-27 14:16:08 -05:00
hmac tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
hmac_prng tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
mbedtls mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h 2018-02-15 12:35:31 -05:00
sha256 test: sha256 can also be run in native_posix 2018-02-07 16:28:16 -05:00