v/vlib/net/mbedtls
2025-03-13 19:51:51 +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 tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02: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