mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-10-29 22:47:20 +00:00 
			
		
		
		
	| Introduces compile-time constants - MBEDTLS_SSL_CONF_READ_TIMEOUT - MBEDTLS_SSL_CONF_HS_TIMEOUT_MIN - MBEDTLS_SSL_CONF_HS_TIMEOUT_MAX which allow to configure the read timeouts and minimum/maximum handshake timeout at compile time. Impact on code-size: | | GCC 8.2.1 | ARMC5 5.06 | ARMC6 6.12 | | --- | --- | --- | --- | | `libmbedtls.a` before | 23147 | 23781 | 26703 | | `libmbedtls.a` after | 23131 | 23753 | 26673 | | gain in Bytes | 16 | 28 | 30 | | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dtls_client.c | ||
| dtls_server.c | ||
| mini_client.c | ||
| query_config.c | ||
| ssl_client1.c | ||
| ssl_client2.c | ||
| ssl_fork_server.c | ||
| ssl_mail_client.c | ||
| ssl_pthread_server.c | ||
| ssl_server.c | ||
| ssl_server2.c | ||