From be91515488ee052fcc455b3d19baf02a7ffe68ee Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Tue, 21 Sep 2021 16:03:58 +0530 Subject: [PATCH 1/2] test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests --- .../test_apps/system/build_test/sdkconfig.ci.client_only_mbedtls | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.client_only_mbedtls diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.client_only_mbedtls b/tools/test_apps/system/build_test/sdkconfig.ci.client_only_mbedtls new file mode 100644 index 0000000000..5430aef3bc --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.client_only_mbedtls @@ -0,0 +1 @@ +CONFIG_MBEDTLS_TLS_CLIENT_ONLY=y From cd3c633ae3d53b6700d23032147e5ec028d7c593 Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Tue, 21 Sep 2021 16:18:07 +0530 Subject: [PATCH 2/2] mbedtls: fix build fail with client only mbedtls Closes https://github.com/espressif/esp-idf/issues/7544 --- components/coap/libcoap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/coap/libcoap b/components/coap/libcoap index 9b6451c365..3aa11612c1 160000 --- a/components/coap/libcoap +++ b/components/coap/libcoap @@ -1 +1 @@ -Subproject commit 9b6451c3654bc1f625e36c87f018c2da34bea5e6 +Subproject commit 3aa11612c143c9734d72022720f33e12506f7a2c