mbed-os/features
Vincent Coubard a10a10a3d7 BLE - Nordic: Release crypto cell when not in use.
Previously, the CryptoToolbox was allocated once as part of the security manager.
This was inneficient memory wise as it is only use to prepare key at initialization
and when we need to compute shared keys.
This was also inneficient power consumption wise as the Crypto cell was kept enabled even
when it wasn't used.

This fix creates a CryptoToolbox whenever it is needed and release it once it has fulfilled its
purpose. Note that CryptoToolbox allocation happens on the heap as mbed tls data structure are huge
and there's an high risk of crushing the stack.
2019-01-14 16:56:07 +00:00
..
FEATURE_BLE BLE - Nordic: Release crypto cell when not in use. 2019-01-14 16:56:07 +00:00
FEATURE_BOOTLOADER Added TARGET_SDT64B, a bootloader file on SDT64B 2019-01-07 10:52:34 +09:00
cellular Merge pull request #9152 from jarvte/check_attach_status_stm 2019-01-07 16:37:12 +00:00
cryptocell/FEATURE_CRYPTOCELL310 Change to mbedtls_platform_zeroize() 2019-01-01 13:56:58 +02:00
deprecated_warnings feature deprecated: fix astyle coding style 2018-11-07 08:56:35 +00:00
device_key Fix security bug in DeviceKey 2019-01-07 18:04:33 +01:00
frameworks Merge pull request #8882 from anttiylitokola/mbed-coap-4.7.3 2018-12-03 13:44:20 +01:00
lorawan Fixed single space that astyle caught 2019-01-11 11:31:42 +02:00
lwipstack Allow LwIP TCP retransmissions to be configured and tune those smaller. 2019-01-02 19:05:16 +02:00
mbedtls Parameterise repo used in Mbed TLS importer script 2019-01-11 13:51:19 +00:00
nanostack Correcting the error-case trace from mesh-api interfaces 2019-01-07 10:48:46 +02:00
netsocket add SPDX indentifier, modify 450zi.icf file and static definition in us_ticker.c 2019-01-09 19:03:33 +08:00
nfc Fix long writes/reads stack overflowing (#8802) 2018-12-13 18:18:01 -06:00
storage Set "TDB_INTERNAL" default storage for Pelion 2019-01-13 18:30:22 +02:00
unsupported Don't use define checks on DEVICE_FOO macros (mbed code) 2018-12-20 10:16:42 +11:00