Skip to content

Commit e141640

Browse files
tomi-fontaescolar
authored andcommitted
tests: net: tls: fix failures
Fix the failures introduced in #72078 by manually enabling all the hash algorithms as they used to be. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent fa7c05c commit e141640

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/net/sockets/http_get/overlay-tls.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ CONFIG_MBEDTLS_BUILTIN=y
66
CONFIG_MBEDTLS_ENABLE_HEAP=y
77
CONFIG_MBEDTLS_HEAP_SIZE=60000
88
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=7168
9+
CONFIG_MBEDTLS_MAC_ALL_ENABLED=y
910

1011
CONFIG_NET_SOCKETS_SOCKOPT_TLS=y

tests/net/socket/tls/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ CONFIG_ZTEST_STACK_SIZE=3072
4747
CONFIG_MBEDTLS_ENABLE_HEAP=y
4848
CONFIG_MBEDTLS_HEAP_SIZE=18000
4949
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED=y
50+
CONFIG_MBEDTLS_MAC_ALL_ENABLED=y

0 commit comments

Comments
 (0)