commit | 6c68068c38eaf64ab3f3b3d36ed5b19b7e9b22e8 | [log] [tgz] |
---|---|---|
author | Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> | Mon Apr 29 13:22:59 2024 +0300 |
committer | Flavio Ceolin <flavio.ceolin@intel.com> | Fri May 03 14:47:52 2024 -0700 |
tree | 58b022788a78fa9b7a0d45ed6c5059ae78e42fc8 | |
parent | 1ae357850d5c0e37f8542e33e1146a6de52bed6e [diff] |
modules: mbedtls: remove default-enabling of hash algorithms Do not enable hash algorithms except SHA-256 by default. This unnecessarily inflates the final code size even if not all the enabled hash algorithms are actually used. SHA-256 is (for now) kept enabled by default because many configurations across the code base assume that there is some hash algorithm available without needing to enable it. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>