mbedtls/programs
Manuel Pégourié-Gonnard 6e7aaca146 Move MTU setting to SSL context, not config
This setting belongs to the individual connection, not to a configuration
shared by many connections. (If a default value is desired, that can be handled
by the application code that calls mbedtls_ssl_set_mtu().)

There are at least two ways in which this matters:
- per-connection settings can be adjusted if MTU estimates become available
  during the lifetime of the connection
- it is at least conceivable that a server might recognize restricted clients
  based on range of IPs and immediately set a lower MTU for them. This is much
easier to do with a per-connection setting than by maintaining multiple
near-duplicated ssl_config objects that differ only by the MTU setting.
2018-08-20 10:37:23 +02:00
..
aes Merge remote-tracking branch 'public/pr/1198' into development 2018-07-24 17:20:17 +01:00
hash Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
pkey Merge remote-tracking branch 'public/pr/919' into development 2018-07-24 13:28:51 +01:00
random Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
ssl Move MTU setting to SSL context, not config 2018-08-20 10:37:23 +02:00
test cpp_dummy_build: Add NIST key wrapping header 2018-07-24 16:51:09 +01:00
util Fix typo in platform macro defines for examples 2018-06-14 23:01:55 +01:00
x509 Add missing platform macro defines in cert_app.c 2018-06-14 23:01:55 +01:00
.gitignore Tests: add a test for cpp linking 2018-06-28 05:07:08 -04:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Tests: add a test for cpp linking 2018-06-28 05:07:08 -04:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00