mbedtls/programs/ssl
Hanno Becker c2cfdaa693 Allow config'n of incl of CertificateReq CA list Y/N at compile-time
Introduces MBEDTLS_SSL_CONF_CERT_REQ_CA_LIST which allows to configure
at compile-time whether a CA list should be included in the
CertificateRequest message sent by the server.

Impact on code-size:

|  | GCC 8.2.1 | ARMC5 5.06 | ARMC6 6.12 |
| --- | --- | --- | --- |
| `libmbedtls.a` before  | 23131 | 23805 | 26673 |
| `libmbedtls.a` after | 23099 | 23781 | 26639 |
| gain in Bytes | 32 | 24 | 34 |
2019-07-02 16:42:45 +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 config'n of incl of CertificateReq CA list Y/N at compile-time 2019-07-02 16:42:45 +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 Allow configuration of read timeouts at compile-time 2019-07-02 16:42:10 +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 config'n of incl of CertificateReq CA list Y/N at compile-time 2019-07-02 16:42:45 +01:00