zephyr/ext/lib/crypto
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
..
mbedtls ext: lib: mbedtls: Optimize example config for Zephyr 2017-06-30 06:13:09 -04:00
tinycrypt ext: tinycrypt: update README to reflect correct version and hash 2017-04-20 12:30:42 +00:00
Kconfig license: use SPDX identifier for files in ext/ 2017-01-20 20:22:57 -05:00
Makefile ext/lib : Integrating mbedTLS to build process 2016-07-26 16:00:04 -07:00