mbedtls/programs/ssl
Manuel Pégourié-Gonnard 91fa5bade3 Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION
This is enabled by default as we generally enable things by default unless
there's a reason not to (experimental, deprecated, security risk).

We need a compile-time option because, even though the functions themselves
can be easily garbage-collected by the linker, implementing them will require
saving 64 bytes of Client/ServerHello.random values after the handshake, that
would otherwise not be needed, and people who don't need this feature
shouldn't have to pay the price of increased RAM usage.
2019-06-18 10:09:27 +02: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 Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION 2019-06-18 10:09:27 +02:00
ssl_client1.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_client2.c Merge remote-tracking branch 'origin/pr/590' into baremetal 2019-06-17 17:57:26 +01:00
ssl_fork_server.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_mail_client.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_pthread_server.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_server.c Adapt defaults and programs documentation 2019-06-06 13:02:14 +02:00
ssl_server2.c Merge remote-tracking branch 'origin/pr/590' into baremetal 2019-06-17 17:57:26 +01:00