commit | 7d8640aec3a55799b548958351a950e0a51dce52 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Sep 03 09:28:47 2021 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Oct 07 14:02:40 2021 -0500 |
tree | 44480f2a82fc932b1b10adc0c1772d0f66b7fd13 | |
parent | e3b3afa7a5a54af480670a8e96bb0933822a8800 [diff] |
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>