mbedtls/programs/ssl
Andrzej Kurek 90c6e84a9c
Split the maximum fragment length into two - an input and output MFL
Since the server might want to have a different maximum fragment length
for the outgoing messages than the negotiated one - introduce a new way of
computing it. This commit also adds additional ssl-opt.sh tests ensuring
that the maximum fragment lengths are set as expected. 
mbedtls_ssl_get_max_frag_len() is now a deprecated function,
being an alias to mbedtls_ssl_get_output_max_frag_len(). The behaviour
of this function is the same as before.
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
2020-04-09 04:30:34 -04:00
..
CMakeLists.txt query_config: Move to programs/test 2020-02-11 19:26:27 +01:00
dtls_client.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
dtls_server.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
mini_client.c Rename identifiers containing double-underscore 2020-03-23 17:55:32 +01:00
ssl_client1.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
ssl_client2.c Split the maximum fragment length into two - an input and output MFL 2020-04-09 04:30:34 -04:00
ssl_fork_server.c Added mbedtls_net_close and use it in ssl_fork_server to correctly 2019-08-23 10:57:03 +02:00
ssl_mail_client.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
ssl_pthread_server.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
ssl_server2.c Split the maximum fragment length into two - an input and output MFL 2020-04-09 04:30:34 -04:00
ssl_server.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00