zephyr/ext/lib
Jukka Rissanen a5898da7f5 ext: lib: mbedtls: Optimize example config for Zephyr
This changes increases content buffer length
MBEDTLS_SSL_MAX_CONTENT_LEN to 1500 bytes so that we can use
this config for echo-client and echo-server network sample
applications which need to send bigger data than 1024 bytes.

Removing MBEDTLS_PEM_PARSE_C as we do not have any cert in PEM
format.

Place various MBEDTLS debug options behind CONFIG_MBEDTLS_DEBUG
Kconfig option which was introduced in previous commit.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-06-30 06:13:09 -04:00
..
crypto ext: lib: mbedtls: Optimize example config for Zephyr 2017-06-30 06:13:09 -04:00
Kbuild
Makefile ext/lib : Integrating mbedTLS to build process 2016-07-26 16:00:04 -07:00