v/vlib/net/mbedtls
2024-12-01 20:10:14 +02:00
..
mbedtls.c.v net.mbedtls: define MBEDTLS_THREADING_PTHREAD, in mbedtls_config.h; call C.mbedtls_ssl_conf_read_timeout explicitly in the wrapper, with a shorter timeout value of 317ms (determined experimentally) 2024-11-20 23:42:19 +02:00
mbedtls_compiles_test.v breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove pub const is_used = 1 workarounds (#21160) 2024-04-01 22:07:05 +03:00
mbedtls_sslconn_shutdown_does_not_panic_test.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
ssl_connection.c.v net.mbedtls: support compiling with -d mbedtls_client_read_timeout_ms=7000, -d mbedtls_server_read_timeout_ms=60000, and -d trace_mbedtls_timeouts 2024-12-01 20:10:14 +02:00