Skip to content

Commit b30916d

Browse files
committed
- rolled back mbed tls dependency to temporarily remove support for the trusted_ca_key extension
- increased tls read timeout from 2s to 5s Signed-off-by: pietfried <pietgoempel@gmail.com>
1 parent 71a56f1 commit b30916d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ ext-openv2g:
5151
# mbedtls
5252
ext-mbedtls:
5353
git: https://github.com/EVerest/ext-mbedtls.git
54-
git_tag: mbedtls-2.28.0-trustedCAKey
54+
git_tag: 8b3f26a
5555
options: ["ENABLE_PROGRAMS OFF", "ENABLE_TESTING OFF"]

modules/EvseV2G/v2g_ctx.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ struct v2g_context* v2g_ctx_create(ISO15118_chargerImplBase* p_chargerImplBase)
287287
ctx->if_name = "eth1";
288288

289289
ctx->network_read_timeout = 1000;
290-
ctx->network_read_timeout_tls = 2000;
290+
ctx->network_read_timeout_tls = 5000;
291291

292292
ctx->sdp_socket = -1;
293293
ctx->tcp_socket = -1;

0 commit comments

Comments
 (0)