mbedtls/programs/ssl
Hanno Becker 6ace4657b6 Remove ciphersuite from SSL config if single suite hardcoded
If MBEDTLS_SSL_SINGLE_CIPHERSUITE is enabled, it overwrites
the runtime configuration of supported ciphersuites, which
includes both the configuration API and the fields which are
used to store the configuration. Both are therefore no longer
needed and should be removed for the benefit of code-size,
memory usage, and API clarity (no accidental hiccup of runtime
vs. compile-time configuration possible).

The configuration API mbedtls_ssl_conf_ciphersuites() has
already been removed in case MBEDTLS_SSL_SINGLE_CIPHERSUITE,
and this commit removes the field

  mbedtls_ssl_config::ciphersuite_list

which it updates.
2019-07-08 11:23:24 +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 Remove ciphersuite from SSL config if single suite hardcoded 2019-07-08 11:23:24 +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 Remove ciphersuite from SSL config if single suite hardcoded 2019-07-08 11:23:24 +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 Remove ciphersuite from SSL config if single suite hardcoded 2019-07-08 11:23:24 +01:00
ssl_server.c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed 2019-07-03 10:31:46 +02:00