mbedtls/programs/ssl
Hanno Becker e8eff9a517 Allow to configure the stack's behaviour on unexpected CIDs
This commit modifies the CID configuration API mbedtls_ssl_conf_cid_len()
to allow the configuration of the stack's behaviour when receiving an
encrypted DTLS record with unexpected CID.
2019-05-20 15:32:36 +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 Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +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 the configuration of padding when using CID extension 2019-05-20 15:32:36 +01:00
ssl_client1.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_client2.c Allow to configure the stack's behaviour on unexpected CIDs 2019-05-20 15:32:36 +01:00
ssl_fork_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_mail_client.c Fix default port number information 2019-03-06 15:15:28 +02:00
ssl_pthread_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00
ssl_server2.c Allow to configure the stack's behaviour on unexpected CIDs 2019-05-20 15:32:36 +01:00
ssl_server.c Fix const-ness in mbedtls_param_failed() 2018-12-11 12:28:56 +01:00