commit | c32b524d6d3027ed83f554aba6b0d0c7a830d4c9 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Mon Nov 08 13:45:28 2021 +0100 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Nov 10 08:28:15 2021 -0500 |
tree | ce3937a1b1812f0e9a4883644d86dd85fb2f8ae8 | |
parent | c2524a07a661828f0e7f65f58cece1023aa9a5d1 [diff] |
mbedtls: support configuration of PSK maximum length via Kconfig So far maximum PSK length was configured by mbedTLS as 32 bytes. Introduce Kconfig option that will configure it instead of relying on default value from mbedTLS library, so that user can easily adjust that value to application needs. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>