zephyr/modules/mbedtls
David Brown 7d8640aec3 modules: mbedtls: Fix buffer size configs for 3.0
Mbed TLS 3.0 changes the configuration defines used to determine the
buffer size used for TLS.  We were still setting the old one, which was
causing Mbed TLS to revert back to the large default buffer size.  Set
both the in and out buffer sizes to match the config setting.  A future
improvement may be to separate this into two configurations within the
Zephyr config.

Signed-off-by: David Brown <david.brown@linaro.org>
2021-10-07 14:02:40 -05:00
..
configs modules: mbedtls: Fix buffer size configs for 3.0 2021-10-07 14:02:40 -05:00
CMakeLists.txt
Kconfig
Kconfig.tls-generic
shell.c
zephyr_init.c