zephyr/samples
Paul Sokolovsky 7558ce8cdb mbedtls: Add CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN
This value allows to set max payload length of a TLS protocol
message, and passed thru to mbedTLS as MBEDTLS_SSL_MAX_CONTENT_LEN
setting. The only safe value is 16384, which translates to 32KB
of RAM required just for mbedTLS input/output buffers. Any other
value can be configured *only* per a particular application
(e.g. knowing that it won't pass more than spefific amount of
data at once and/or won't connect to a server with a long cert
chain). Previosuly, we had quite an adhoc and inflexible config
with random values for that setting, based on protocol.

Note that while the safe value is 16384, "backward compatible"
default of 1500 is used (good for DTLS on the other hand).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-03-18 09:38:22 -07:00
..
application_development/external_lib sample: external_lib: support console harness 2018-01-25 04:45:35 +05:30
basic samples: basic: fade_led: Update sample to work with ESP32 2018-02-23 13:13:12 -05:00
bluetooth tests: samples: Add nrf52840_pca10056 board to USB test cases 2018-03-15 12:39:53 +01:00
boards Bluetooth: Mesh: Switch to using Linux Foundation Company ID 2018-03-05 19:54:21 -05:00
cpp_synchronization sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
drivers samples: led_strip: Extend ws2812 sample with ws2812b_sw support 2018-03-03 20:46:53 +01:00
grove samples: remove more build_only tags 2017-12-28 20:24:29 -05:00
hello_world samples: hello_world: disbale asserts on single thread (REVERTME) 2018-01-25 04:45:35 +05:30
mpu mpu_stack_guard_test: Disable on xtensa 2018-02-16 10:44:29 -05:00
net mbedtls: Add CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 2018-03-18 09:38:22 -07:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers tests: Few test require CONFIG_STDOUT_CONSOLE=n 2018-02-05 07:05:12 -08:00
sensor samples: sensor: ccs811: Add dummy dts.fixup so we can always build 2018-03-05 14:16:46 -06:00
subsys usb: cdc_acm: yield in the waiting loop 2018-03-15 15:58:02 -07:00
synchronization sample: synchronization: support console harness 2018-01-25 04:45:35 +05:30
testing/integration tests: Remove broken net_buf unit tests 2018-02-10 09:20:42 +02:00
xtensa_asm2 samples/xtensa-asm2: Unit test for new Xtensa assembly primitives 2018-02-16 10:44:29 -05:00
kernel.rst
samples.rst