modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates
Remove the `_MAC` part because those Kconfig options enable only hash algorithms, nothing MAC-related, and the `_ENABLED` part to align the naming to the Mbed TLS defines (plus we don't need such a part). As a bonus, enabling SHA-256 does not automatically enable SHA-224 anymore. See the migration guide entries for more details on the practical changes. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
6e8d979336
commit
3efdbe6c0c
17 changed files with 76 additions and 81 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_MAC_SHA256_ENABLED=y
|
||||
CONFIG_MBEDTLS_SHA256=y
|
||||
CONFIG_FILE_SYSTEM=y
|
||||
CONFIG_BASE64=y
|
||||
CONFIG_NET_BUF=y
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
CONFIG_MCUMGR_GRP_FS_CHECKSUM_IEEE_CRC32=y
|
||||
CONFIG_MCUMGR_GRP_FS_HASH_SHA256=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_MAC_SHA256_ENABLED=y
|
||||
CONFIG_MBEDTLS_SHA256=y
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
CONFIG_MCUMGR_GRP_FS_CHECKSUM_IEEE_CRC32=n
|
||||
CONFIG_MCUMGR_GRP_FS_HASH_SHA256=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_MAC_SHA256_ENABLED=y
|
||||
CONFIG_MBEDTLS_SHA256=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue