mbedtls/programs/ssl
Hanno Becker 0ae6b244c8 Allow compile-time configuration of timer callbacks
Introduces
- MBEDTLS_SSL_CONF_SET_TIMER
- MBEDTLS_SSL_CONF_GET_TIMER
which allows to configure timer callbacks at compile-time.

Impact on code-size:

|  | GCC 8.2.1 | ARMC5 5.06 | ARMC6 6.12 |
| --- | --- | --- | --- |
| `libmbedtls.a` before | 23379 | 23981 | 26941 |
| `libmbedtls.a` after | 23351 | 23953 | 26869 |
| gain in Bytes | 28 | 28 | 72 |
2019-07-04 10:29:44 +01:00
..
CMakeLists.txt Improve cmake inclusion of query_config.c when building apps 2019-02-07 10:32:31 +00:00
dtls_client.c Allow compile-time configuration of timer callbacks 2019-07-04 10:29:44 +01:00
dtls_server.c Allow compile-time configuration of timer callbacks 2019-07-04 10:29:44 +01:00
mini_client.c Allow compile-time configuration of I/O function pointers 2019-07-04 10:28:55 +01:00
query_config.c Allow compile-time configuration of timer callbacks 2019-07-04 10:29:44 +01:00
ssl_client1.c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 2019-07-01 11:25:42 +01:00
ssl_client2.c Allow compile-time configuration of timer callbacks 2019-07-04 10:29:44 +01:00
ssl_fork_server.c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 2019-07-01 11:25:42 +01:00
ssl_mail_client.c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 2019-07-01 11:25:42 +01:00
ssl_pthread_server.c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 2019-07-01 11:25:42 +01:00
ssl_server2.c Allow compile-time configuration of timer callbacks 2019-07-04 10:29:44 +01:00
ssl_server.c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed 2019-07-03 10:31:46 +02:00