Skip to content

Commit

Permalink
tests: net: tls: fix failures
Browse files Browse the repository at this point in the history
Fix the failures introduced in zephyrproject-rtos#72078 by manually enabling all the
hash algorithms as they used to be.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
  • Loading branch information
tomi-font authored and Mario Paja committed May 26, 2024
1 parent 12e39bf commit 28d8862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/net/sockets/http_get/overlay-tls.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ CONFIG_MBEDTLS_BUILTIN=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=60000
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=7168
CONFIG_MBEDTLS_MAC_ALL_ENABLED=y

CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
1 change: 1 addition & 0 deletions tests/net/socket/tls/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ CONFIG_ZTEST_STACK_SIZE=3072
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_HEAP_SIZE=18000
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED=y
CONFIG_MBEDTLS_MAC_ALL_ENABLED=y

0 comments on commit 28d8862

Please sign in to comment.