mbedtls/programs/ssl
Hanno Becker 7f376f4ece Allow compile-time configuration of DTLS anti replay
Introduce MBEDTLS_SSL_CONF_ANTI_REPLAY to allow configuring
the use/nonuse of DTLS anti replay protection at compile-time.

Impact on code-size, measured with
> ./scripts/baremetal.sh --rom --gcc --armc5 --armc6

|  | GCC | ARMC5 | ARMC6 |
| --- | --- | --- | --- |
| `libmbedtls.a` before | 23559 | 24089 | 27921 |
| `libmbedtls.a` after  | 23511 | 24049 | 27903 |
| gain in Bytes | 48 | 40 | 18 |
2019-06-25 08:43:31 +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 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO 2019-06-18 11:05:44 +01:00
dtls_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
mini_client.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
query_config.c Allow compile-time configuration of DTLS anti replay 2019-06-25 08:43:31 +01:00
ssl_client1.c Merge remote-tracking branch 'origin/pr/591' into baremetal 2019-06-18 17:36:45 +01:00
ssl_client2.c Remove ExtendedMS configuration API if hardcoded at compile-time 2019-06-25 08:42:20 +01:00
ssl_fork_server.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_mail_client.c Merge remote-tracking branch 'origin/pr/591' into baremetal 2019-06-18 17:36:45 +01:00
ssl_pthread_server.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_server.c Use negated option for controlling TLS support. 2019-06-17 15:26:34 +02:00
ssl_server2.c Allow compile-time configuration of DTLS anti replay 2019-06-25 08:43:31 +01:00