zephyr/tests/net/socket/tls
Tomi Fontanilles 3efdbe6c0c 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>
2024-05-29 08:39:26 +02:00
..
src tests: net: sockets: tls: Add missing teardown delays 2024-05-13 09:52:29 -05:00
CMakeLists.txt tests: net: socket: tls: Add more tests covering poll() 2024-01-03 19:00:15 +00:00
prj.conf modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates 2024-05-29 08:39:26 +02:00
testcase.yaml tests: net: sockets: tls: Extend sendmsg tests 2024-03-06 09:13:38 +01:00